Add new aliases
Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
7bf1044a83
commit
78ba4e6767
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Arcanist
|
# Arcanist
|
||||||
export PATH="$PATH:$HOME/phacility/arcanist/bin/"
|
export PATH="$PATH:$HOME/phacility/arcanist/bin/"
|
||||||
# Editor FTW
|
# Nano the best editor ever since the inception of the computers
|
||||||
export EDITOR="/usr/bin/nano"
|
export EDITOR="/usr/bin/nano"
|
||||||
# Prevent macOS terminal emitting Korean
|
# Prevent macOS terminal emitting Korean
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
|
@ -11,3 +11,7 @@ alias la='ls -a'
|
||||||
# PHP stuff
|
# PHP stuff
|
||||||
alias pear='$HOME/.pear/bin/pear'
|
alias pear='$HOME/.pear/bin/pear'
|
||||||
alias phpcs='$HOME/.composer/vendor/bin/phpcs'
|
alias phpcs='$HOME/.composer/vendor/bin/phpcs'
|
||||||
|
# Python3 as py
|
||||||
|
alias py='python3'
|
||||||
|
# Python2 as py2
|
||||||
|
alias py2='python'
|
||||||
|
|
Loading…
Add table
Reference in a new issue