EDITOR=NANO

EX..TER..MI..NATE....

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2017-10-14 22:05:06 +09:00
parent ff43059c04
commit c23cf23223
Signed by: revi
GPG key ID: 48AE727894A6F064
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# Arcanist
export PATH="$PATH:/home/revi/phacility/arcanist/bin/"
export EDITOR="/usr/bin/nano"
alias vim='nano'
alias gpgrefresh='gpg --refresh-keys'

View file

@ -16,3 +16,5 @@
acmt = commit -a -S -s
acm = commit -a -s
fup = fetch upstream
com = checkout master
por = push origin