add python aliases, PATH exports.

This commit is contained in:
jowj 2018-05-01 20:59:49 -05:00
parent 839a75885a
commit e70f74c9da

View File

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