feat: remove pip from update
This commit is contained in:
parent
976fd35267
commit
411eeed2b0
@ -1 +1 @@
|
|||||||
Subproject commit b019eb30323635d680aa2f32e498a1831676ebb1
|
Subproject commit b67822bf58b0fbf0c496ae21a177d02fa8388edf
|
@ -1 +1 @@
|
|||||||
Subproject commit a4a9f371c6771dca0f0e513b0c247e879f033560
|
Subproject commit a503ff2930e0f1a8a8dde9fd2a74fa8dad4c22e9
|
@ -1,7 +1,7 @@
|
|||||||
# system
|
# system
|
||||||
alias cls='clear && ls -lah'
|
alias cls='clear && ls -lah'
|
||||||
alias tmp='cd $(mktemp -d)'
|
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'
|
alias vi='$EDITOR'
|
||||||
|
|
||||||
# conf
|
# conf
|
||||||
|
Loading…
Reference in New Issue
Block a user