From 082363b36d149efd2cc3b75fa8f66c67535a6619 Mon Sep 17 00:00:00 2001 From: Brandon Black Date: Tue, 28 Nov 2023 23:05:33 -0800 Subject: [PATCH] style: Add alias for pip command --- dot_aliases.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_aliases.tmpl b/dot_aliases.tmpl index 94445f3..b636257 100644 --- a/dot_aliases.tmpl +++ b/dot_aliases.tmpl @@ -84,6 +84,7 @@ alias bv='bundle viz' # Python alias python="python3" +alias pip="pip3" alias pys="python3 -m http.server" # Start a simple HTTP server (Python 3) alias ipy="ipython" # Start IPython shell alias jn="jupyter notebook" # Start Jupyter notebook