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 ]