add(nvim): added diffview

This commit is contained in:
Léana 江 2023-03-14 14:59:22 +01:00
parent c98b3662a2
commit c3c764f31b
6 changed files with 216 additions and 3 deletions

View file

@ -1,6 +1,7 @@
alias ls='tree -Cph -L 1'
alias la='tree -Cpha -L 1'
alias history='history | nl | tac | less -S +G'
alias v='nvim'
alias gvim='neovide'
if not uname -a | grep -qi darwin