merge: work
This commit is contained in:
commit
068145589b
9 changed files with 65 additions and 42 deletions
|
@ -2,7 +2,7 @@
|
|||
alias cls='clear && ls -lah'
|
||||
alias startgui='sway 2> $HOME/sway.log'
|
||||
alias tmp='cd $(mktemp -d)'
|
||||
alias update="paru -Syu; sudo npm update -g; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
|
||||
alias update="paru -Syu; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
|
||||
alias vi='$EDITOR'
|
||||
|
||||
# conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue