- Added npm update -g to "up" alias

- VS Code settings updated
This commit is contained in:
Pratik Tripathy
2023-09-29 16:16:10 +05:30
parent 075426740e
commit 08b1d72827
2 changed files with 59 additions and 26 deletions

View File

@@ -1 +1 @@
alias up="sudo pkcon refresh && sudo pkcon update && sudo apt dist-upgrade && sudo apt autoremove && rustup update && brew update"
alias up="sudo pkcon refresh && sudo pkcon update && sudo apt dist-upgrade && sudo apt autoremove && rustup update && brew upgrade && npm update -g"