Update .bash_aliases
Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
23ad2ed154
commit
1e638dbbac
1 changed files with 5 additions and 0 deletions
|
@ -1,8 +1,13 @@
|
||||||
# Arcanist
|
# Arcanist
|
||||||
export PATH="$PATH:$HOME/phacility/arcanist/bin/"
|
export PATH="$PATH:$HOME/phacility/arcanist/bin/"
|
||||||
|
# Editor FTW
|
||||||
export EDITOR="/usr/bin/nano"
|
export EDITOR="/usr/bin/nano"
|
||||||
|
# Prevent macOS terminal emitting Korean
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
|
# Fuck VIM
|
||||||
alias vim='nano'
|
alias vim='nano'
|
||||||
alias gpgrefresh='gpg --refresh-keys'
|
alias gpgrefresh='gpg --refresh-keys'
|
||||||
alias la='ls -a'
|
alias la='ls -a'
|
||||||
|
# PHP stuff
|
||||||
alias pear='$HOME/.pear/bin/pear'
|
alias pear='$HOME/.pear/bin/pear'
|
||||||
|
export phpcs='$HOME/.composer/vendor/bin/phpcs'
|
||||||
|
|
Loading…
Reference in a new issue