Yongmin Hong
c75f666fb6
and add 'how to upload the vscode settings to github gist" Signed-off-by: Yongmin Hong <revi@pobox.com>
7 lines
197 B
Bash
7 lines
197 B
Bash
# Arcanist
|
|
export PATH="$PATH:$HOME/phacility/arcanist/bin/"
|
|
export EDITOR="/usr/bin/nano"
|
|
alias vim='nano'
|
|
alias gpgrefresh='gpg --refresh-keys'
|
|
alias la='ls -a'
|
|
alias pear='$HOME/.pear/bin/pear'
|