best way of breaking habits ever

This commit is contained in:
Felix Van der Jeugt 2015-12-30 01:32:21 +01:00
parent f524c99512
commit 9c142bd605
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -42,6 +42,7 @@ PATH="$HOME/.local/bin":"$PATH"
# For vim
export EDITOR="nvim"
#stty -ixon # turn of <C-s> for vimshell
alias vim="sl"
alias vi="nvim"
alias nano="nvim"