2017-05-29 02:39:00 +09:00
|
|
|
# Arcanist
|
2018-01-24 18:07:32 +09:00
|
|
|
export PATH="$PATH:$HOME/phacility/arcanist/bin/"
|
2020-05-05 23:28:15 +09:00
|
|
|
# Nano the best editor ever since the inception of the computers
|
2017-10-14 22:05:06 +09:00
|
|
|
export EDITOR="/usr/bin/nano"
|
2020-01-17 04:38:11 +09:00
|
|
|
# Prevent macOS terminal emitting Korean
|
2018-09-18 01:57:04 +09:00
|
|
|
export LANG="en_US.UTF-8"
|
2020-01-17 04:38:11 +09:00
|
|
|
# Fuck VIM
|
2017-07-12 16:29:57 +09:00
|
|
|
alias vim='nano'
|
2017-07-12 23:06:03 +09:00
|
|
|
alias gpgrefresh='gpg --refresh-keys'
|
2017-10-16 03:16:06 +09:00
|
|
|
alias la='ls -a'
|
2020-01-17 04:38:11 +09:00
|
|
|
# PHP stuff
|
2018-01-20 02:44:41 +09:00
|
|
|
alias pear='$HOME/.pear/bin/pear'
|
2020-01-17 04:41:22 +09:00
|
|
|
alias phpcs='$HOME/.composer/vendor/bin/phpcs'
|
2020-05-05 23:28:15 +09:00
|
|
|
# Python3 as py
|
|
|
|
alias py='python3'
|
|
|
|
# Python2 as py2
|
|
|
|
alias py2='python'
|
2024-05-03 12:27:50 +09:00
|
|
|
# tailscale (just for my old laptop - locally uncheck this.)
|
|
|
|
# alias tailscale='$HOME/go/bin/tailscale'
|