feat: remove node / npm, fix zsh theme + color

This commit is contained in:
AngeD 2022-12-13 11:04:59 +01:00
parent 0c36458c4e
commit 0af4b67ab6
8 changed files with 37 additions and 39 deletions

View file

@ -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