diff --git a/.bash_aliases b/.bash_aliases index 062dd40..0aef5ac 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -2,4 +2,3 @@ alias ll='ls -lFh' alias la='ls -lAh' -alias p3='python3' diff --git a/.bash_dev b/.bash_dev index e2e682f..2ebde62 100644 --- a/.bash_dev +++ b/.bash_dev @@ -1,3 +1,6 @@ +alias p3='python3' +alias piplist='pip --isolated list' + # fix an error in Mavericks that is fixed with an update later (running old version) # clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] # export CFLAGS=-Qunused-arguments