From a71b8532ba1e25656f8f776935b63d9df95ae641 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 20 Jun 2020 10:20:51 +0000
Subject: [PATCH] added pip-upgrade alias

---
 all-shells/.commonshell |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/all-shells/.commonshell b/all-shells/.commonshell
index 366587c..945ac86 100644
--- a/all-shells/.commonshell
+++ b/all-shells/.commonshell
@@ -6,6 +6,8 @@
 alias less='less -r'
 alias stats="find . -type f -printf '%f\n' | sed -r -n 's/.+(\..*)$/\1/p' | sort | uniq -c"
 
+alias pip-upgrade="pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U"
+
 export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim"
 alias ec=$EDITOR
 

--
Gitblit v1.9.3