Moved default EDITOR and VISUAL to vim

This commit is contained in:
ayakael 2018-08-26 20:14:48 -08:00
parent c43cf40cb5
commit 65611493e9
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

4
zshenv
View file

@ -1,4 +1,4 @@
# Global exports
export VISUAL=nano
export EDITOR=nano
export VISUAL=vim
export EDITOR=vim
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)