dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit 0fd7a33c4f987353a5fc9a61ec84dadc76754909
parent 7661726251680465de8d04eb0b7017102bf5addb
Author: Arne Swanson <nownpl@0111.click>
Date:   Wed, 15 Aug 2018 22:01:47 -0300

Added editor definition

Diffstat:
zsh/.zshenv | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/zsh/.zshenv b/zsh/.zshenv @@ -1,4 +1,5 @@ export LANG=en_US.UTF-8 export ARCHFLAGS="-arch x86_64" export SSH_KEY_PATH="~/.ssh/id_rsa" -export ABDUCO_CMD=dvtm- \ No newline at end of file +export ABDUCO_CMD=dvtm +export EDITOR="nano"+ \ No newline at end of file