mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
aliasing vim to nvim FINALLY
This commit is contained in:
parent
442f89fde5
commit
f5252126e7
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ fi
|
|||
|
||||
# always use nvim (or vim) instead of vi
|
||||
alias vi=$EDITOR
|
||||
# use nvim instead of vim when available
|
||||
alias vim=$EDITOR
|
||||
|
||||
# make all colors work by default
|
||||
export TERM=xterm-256color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue