dblume commited on 2024-03-07 07:44:05
Showing 2 changed files, with 2 additions and 1 deletions.
... | ... |
@@ -115,6 +115,7 @@ alias fgrep='fgrep --color=auto' |
115 | 115 |
alias egrep='egrep --color=auto' |
116 | 116 |
alias vim-='vim +"setl buftype=nofile" -' |
117 | 117 |
alias tmux='tmux -2u' |
118 |
+alias nvimdiff='nvim -d' |
|
118 | 119 |
|
119 | 120 |
# colored GCC warnings and errors |
120 | 121 |
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' |