Added neovim dotfiles

This commit is contained in:
2024-08-17 23:10:30 +02:00
parent d1d4dc8c0c
commit 173643186e
4 changed files with 37 additions and 0 deletions

View File

@ -1,5 +1,7 @@
alias ls="ls --color --group-directories-first"
alias l="ls -l --almost-all --human-readable"
alias grep='grep --color=auto'
alias vi="nvim"
alias vim="nvim"