Moved default EDITOR and VISUAL to vim
This commit is contained in:
parent
c43cf40cb5
commit
65611493e9
1 changed files with 2 additions and 2 deletions
4
zshenv
4
zshenv
|
@ -1,4 +1,4 @@
|
||||||
# Global exports
|
# Global exports
|
||||||
export VISUAL=nano
|
export VISUAL=vim
|
||||||
export EDITOR=nano
|
export EDITOR=vim
|
||||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
|
Loading…
Reference in a new issue