Merge branch 'master' of github.com:dustinswan/dotfiles
This commit is contained in:
commit
2b9531b377
3 changed files with 3 additions and 18 deletions
3
zshrc
3
zshrc
|
|
@ -24,6 +24,9 @@ if [ -x "$(command -v nvim)" ]; then
|
|||
alias vi=nvim
|
||||
alias vim=nvim
|
||||
export EDITOR=nvim
|
||||
else
|
||||
alias vi=vim
|
||||
export EDITOR=vim
|
||||
fi
|
||||
|
||||
# typing 'emacs' should not load any config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue