npm without doas.

This commit is contained in:
the_4n0nym0u53 2022-01-02 15:27:25 +01:00
parent 5c4a51401e
commit 2c967e2b7d
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -8,7 +8,7 @@ alias la="lsd -hl --color=always"
alias ll="lsd -hlaF --color=always"
alias q="exit"
alias tree="exa --color=always --tree -I '.git'"
alias u="paru; echo; doas npm update -g"
alias u="paru; echo; npm update -g"
# File management
alias cp="cp -iv"