add python aliases, PATH exports.

pull/1/head
jowj 6 years ago
parent 839a75885a
commit e70f74c9da

@ -14,7 +14,12 @@ set completion-ignore-case on
# find paths inside agares
export AGARES=${AGARES:-"$HOME/.agares"}
# update paths with installed executables:
export PATH=/usr/local/bin:$PATH
export PATH=/usr/local/share/python:$PATH
# blatantly steal micah's ls aliases because they make SO MUCH SENSE omg.
alias python="python3"
alias py="python3"
alias lsa='ls -a'
alias lsl='ls -a -l'
alias lsli='lsl -i' # lsl+inodes

Loading…
Cancel
Save