feat: remove node / npm, fix zsh theme + color
This commit is contained in:
parent
0c36458c4e
commit
0af4b67ab6
8 changed files with 37 additions and 39 deletions
|
@ -2,7 +2,7 @@
|
|||
alias cls='clear && ls -lah'
|
||||
alias startgui='startx'
|
||||
alias tmp='cd $(mktemp -d)'
|
||||
alias update="sudo apt-get update && sudo apt-get upgrade; sudo npm update -g; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
|
||||
alias update="sudo apt-get update && sudo apt-get upgrade; 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