From 0a691062c897170009fedd75014ad13ba6f56baf Mon Sep 17 00:00:00 2001 From: saibotk Date: Thu, 17 Mar 2022 15:35:54 +0100 Subject: [PATCH] zsh: Use firejail for npm / yarn --- shell/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/zshrc b/shell/zshrc index eedd3bd..d19bcff 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -40,6 +40,8 @@ alias ll='ls -l' alias la='ls -la' alias :q='exit' alias fresh="source ~/.zshrc" +alias yarn="firejail yarn" +alias npm="firejail npm" # localcommands if [ -f ~/.dotfiles/shell/localcommands ]