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
|
if [[ $(lsb_release -si) == "Artix" ]] || [[ $(lsb_release -si) == "Fedora" ]]; then
|
||||||
alias btctl="bluetoothctl"
|
alias btctl="bluetoothctl"
|
||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
|
alias vim="nvim"
|
||||||
|
|
||||||
if [[ $(lsb_release -si) == "Artix" ]]; then
|
if [[ $(lsb_release -si) == "Artix" ]]; then
|
||||||
alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
alias code="codium --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||||
|
|
Loading…
Reference in a new issue