added pip_upgrade alias and notes on pip list/pip freeze

This commit is contained in:
tomit4 2022-04-08 10:45:51 -07:00
parent f11c047a34
commit a79ff58e10

View file

@ -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'"