From d823ff91d004cacffb5fe48f81bfae89d2de8d8e Mon Sep 17 00:00:00 2001 From: JohnE Date: Thu, 22 Sep 2016 23:53:16 -0700 Subject: [PATCH] MOD: added more aliases :) --- .bash_aliases | 1 - .bash_dev | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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