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
|
||||
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"
|
||||
# Prevent macOS terminal emitting Korean
|
||||
export LANG="en_US.UTF-8"
|
||||
|
@ -11,3 +11,7 @@
|
|||
# PHP stuff
|
||||
alias pear='$HOME/.pear/bin/pear'
|
||||
alias phpcs='$HOME/.composer/vendor/bin/phpcs'
|
||||
# Python3 as py
|
||||
alias py='python3'
|
||||
# Python2 as py2
|
||||
alias py2='python'
|
||||
|
|
Loading…
Reference in a new issue