feat(zsh): Export nvim as default editor
This commit is contained in:
parent
025928ceee
commit
962d1ff194
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -22,8 +22,8 @@ zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||||
HISTFILE=~/.zhistory
|
HISTFILE=~/.zhistory
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=500
|
SAVEHIST=500
|
||||||
#export EDITOR=/usr/bin/nano
|
export EDITOR=/usr/bin/nvim
|
||||||
#export VISUAL=/usr/bin/nano
|
export VISUAL=/usr/bin/nvim
|
||||||
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
|
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
|
||||||
|
|
||||||
# Set TERM for with or without TMUX
|
# Set TERM for with or without TMUX
|
||||||
|
|
Loading…
Add table
Reference in a new issue