Add vim alias

This commit is contained in:
theanonymousexyz 2022-05-25 19:38:46 +02:00
parent 7af92854b3
commit fee777211e
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 0 deletions

View File

@ -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"