Added GIT_EDITOR variable
This commit is contained in:
parent
c8ee26a220
commit
7de59678cb
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue