1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30
Files
dotfiles/.neon_alias
T
Pratik Tripathy 08b1d72827 - Added npm update -g to "up" alias
- VS Code settings updated
2023-09-29 16:16:10 +05:30

2 lines
149 B
Plaintext
Executable File

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