removed vim
This commit is contained in:
parent
9f1df652a3
commit
f524c99512
8
zshrc
8
zshrc
@ -40,10 +40,10 @@ PATH="$HOME/.local/bin":"$PATH"
|
||||
#export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
||||
|
||||
# For vim
|
||||
EDITOR="vim"
|
||||
stty -ixon # turn of <C-s> for vimshell
|
||||
alias vi="vim"
|
||||
alias nano="vim"
|
||||
export EDITOR="nvim"
|
||||
#stty -ixon # turn of <C-s> for vimshell
|
||||
alias vi="nvim"
|
||||
alias nano="nvim"
|
||||
|
||||
# GPG ssh tty
|
||||
export GPG_TTY=$(tty)
|
||||
|
Loading…
Reference in New Issue
Block a user