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

@ -1 +1 @@
Subproject commit b019eb30323635d680aa2f32e498a1831676ebb1
Subproject commit b67822bf58b0fbf0c496ae21a177d02fa8388edf

@ -1 +1 @@
Subproject commit a4a9f371c6771dca0f0e513b0c247e879f033560
Subproject commit a503ff2930e0f1a8a8dde9fd2a74fa8dad4c22e9

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