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 cls=' echo -ne "\033c"'
|
||||||
alias ps='ps aux k%cpu'
|
alias ps='ps aux k%cpu'
|
||||||
alias new='touch'
|
alias new='touch'
|
||||||
alias re='reboot'
|
alias re='/sbin/reboot'
|
||||||
alias off='poweroff'
|
alias off='/sbin/poweroff'
|
||||||
alias vol='alsamixer'
|
alias vol='alsamixer'
|
||||||
alias q=' exit'
|
alias q=' exit'
|
||||||
alias Q=' exit'
|
alias Q=' exit'
|
||||||
|
@ -48,6 +48,10 @@ if [ -z $VISUAL ]
|
||||||
set -Ux VISUAL es
|
set -Ux VISUAL es
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if [ -z $GIT_EDITOR ]
|
||||||
|
set -Ux GIT_EDITOR es
|
||||||
|
end
|
||||||
|
|
||||||
if [ -z $GOPATH ]
|
if [ -z $GOPATH ]
|
||||||
set -Ux GOPATH ~/.go
|
set -Ux GOPATH ~/.go
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue