Added GIT_EDITOR variable

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-01-23 08:30:30 +01:00
parent c8ee26a220
commit 7de59678cb
1 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,8 @@ alias chgrp='chgrp --preserve-root'
alias cls=' echo -ne "\033c"'
alias ps='ps aux k%cpu'
alias new='touch'
alias re='reboot'
alias off='poweroff'
alias re='/sbin/reboot'
alias off='/sbin/poweroff'
alias vol='alsamixer'
alias q=' exit'
alias Q=' exit'
@ -48,6 +48,10 @@ if [ -z $VISUAL ]
set -Ux VISUAL es
end
if [ -z $GIT_EDITOR ]
set -Ux GIT_EDITOR es
end
if [ -z $GOPATH ]
set -Ux GOPATH ~/.go
end