From a79ff58e106c1313be21736713f96c408264db21 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 8 Apr 2022 10:45:51 -0700 Subject: [PATCH] added pip_upgrade alias and notes on pip list/pip freeze --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index e4e11a65..a1473be8 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -320,7 +320,8 @@ alias hwclock="doas hwclock" alias killport="fuser -k" alias npm_upgrade="doas npm install -g npm@latest" alias npm_list="npm list -g --depth=0" - +alias pip_upgrade="python -m pip install --upgrade pip" +# pip list and pip freeze command list pip packages # i3 config for log alias alias log="i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"