Add new aliases

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2020-05-05 23:28:15 +09:00
parent 7bf1044a83
commit 78ba4e6767
Signed by: revi
GPG key ID: AACAFCE3D8948D4E

View file

@ -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'