changed alias vi to open neovim instead of vim
This commit is contained in:
parent
f5648c3850
commit
aa563a61c3
2
.zshrc
2
.zshrc
@ -32,7 +32,7 @@
|
|||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
#ALIASES
|
#ALIASES
|
||||||
# vi starts vim
|
# vi starts vim
|
||||||
alias vi="vim"
|
alias vi="nvim"
|
||||||
# update for archlinux
|
# update for archlinux
|
||||||
# in debian like oses you should change it to sudo apt update && sudo apt upgrade
|
# in debian like oses you should change it to sudo apt update && sudo apt upgrade
|
||||||
# for nixos sudo nix-channel --update && sudo nixos rebuild-switch
|
# for nixos sudo nix-channel --update && sudo nixos rebuild-switch
|
||||||
|
Loading…
Reference in New Issue
Block a user