EDITOR=NANO
EX..TER..MI..NATE.... Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
ff43059c04
commit
c23cf23223
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Arcanist
|
# Arcanist
|
||||||
export PATH="$PATH:/home/revi/phacility/arcanist/bin/"
|
export PATH="$PATH:/home/revi/phacility/arcanist/bin/"
|
||||||
|
export EDITOR="/usr/bin/nano"
|
||||||
alias vim='nano'
|
alias vim='nano'
|
||||||
alias gpgrefresh='gpg --refresh-keys'
|
alias gpgrefresh='gpg --refresh-keys'
|
||||||
|
|
|
@ -16,3 +16,5 @@
|
||||||
acmt = commit -a -S -s
|
acmt = commit -a -S -s
|
||||||
acm = commit -a -s
|
acm = commit -a -s
|
||||||
fup = fetch upstream
|
fup = fetch upstream
|
||||||
|
com = checkout master
|
||||||
|
por = push origin
|
||||||
|
|
Loading…
Reference in a new issue