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