Skip to content

Commit

Permalink
vim is nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
kornicameister committed Mar 16, 2021
1 parent 82749dc commit 441afc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ zinit light-mode for atload'source ~/.p10k.zsh' romkatv/powerlevel10k

# aliases
[ $commands[vtop] ] && [ $commands[wal] ] && alias vtop="vtop --theme wal"
[ $commands[nvim] ] && {
alias vi='nvim';
alias vim='nvim';
}

0 comments on commit 441afc3

Please sign in to comment.