feat: remove pip from update

This commit is contained in:
AngeD 2023-01-01 22:43:45 +01:00
parent 976fd35267
commit 411eeed2b0
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# system
alias cls='clear && ls -lah'
alias tmp='cd $(mktemp -d)'
alias update="paru -Syu; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
alias update='paru -Syu; config submodule update --remote --recursive --init'
alias vi='$EDITOR'
# conf