mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add alias for neovim, because typos
This commit is contained in:
parent
169412fd8c
commit
a1a96abf78
2 changed files with 4 additions and 0 deletions
|
@ -143,3 +143,5 @@ function b64 {
|
|||
function decode {
|
||||
echo -n $1 | base64 --decode
|
||||
}
|
||||
|
||||
## MORE ALIASES IN text_editing.sh
|
||||
|
|
|
@ -15,6 +15,8 @@ fi
|
|||
alias vi=$EDITOR
|
||||
# use nvim instead of vim when available
|
||||
alias vim=$EDITOR
|
||||
# I and many others always try to type neovim :)
|
||||
alias neovim=$EDITOR
|
||||
|
||||
# make all colors work by default
|
||||
export TERM=xterm-256color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue