Add vim alias
This commit is contained in:
parent
7af92854b3
commit
fee777211e
|
@ -78,6 +78,7 @@ elif [[ $(uname -o) == "GNU/Linux" ]]; then
|
|||
if [[ $(lsb_release -si) == "Artix" ]] || [[ $(lsb_release -si) == "Fedora" ]]; then
|
||||
alias btctl="bluetoothctl"
|
||||
alias open="xdg-open"
|
||||
alias vim="nvim"
|
||||
|
||||
if [[ $(lsb_release -si) == "Artix" ]]; then
|
||||
alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
|
|
Loading…
Reference in a new issue