From 2c967e2b7dc8d14268276362f0656b159d5ee7c4 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Sun, 2 Jan 2022 15:27:25 +0100 Subject: [PATCH] npm without doas. --- zsh/.config/zsh/.aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.aliases.zsh b/zsh/.config/zsh/.aliases.zsh index 3ccebf4..6fd7e2c 100644 --- a/zsh/.config/zsh/.aliases.zsh +++ b/zsh/.config/zsh/.aliases.zsh @@ -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"