From e0cbbef975c96032fe4608569b30cc789b77ba3a Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 1 May 2018 22:17:59 -0500 Subject: [PATCH] add python aliases, path additions --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index b3fea9d..e6f8b28 100644 --- a/.bashrc +++ b/.bashrc @@ -17,9 +17,12 @@ export AGARES=${AGARES:-"$HOME/.agares"} # update paths with installed executables: export PATH=/usr/local/bin:$PATH export PATH=/usr/local/share/python:$PATH +export PATH=/Users/jowj/Library/Python/3.6/bin:$PATH + # blatantly steal micah's ls aliases because they make SO MUCH SENSE omg. alias python="python3" alias py="python3" +alias pip="pip3" alias lsa='ls -a' alias lsl='ls -a -l' alias lsli='lsl -i' # lsl+inodes