add(nvim): config

This commit is contained in:
Léana 江 2023-01-20 13:33:01 +01:00
parent 88b70c5bb0
commit 23d948521d
5 changed files with 523 additions and 2 deletions

View file

@ -1,7 +1,7 @@
alias ls='tree -Cph -L 1'
alias la='tree -Cpha -L 1'
alias history='history | nl | tac | less -S +G'
alias vim='nvim'
if not uname -a | grep -qi darwin
alias chmod='chmod --preserve-root'