zsh: Use firejail for npm / yarn

This commit is contained in:
saibotk 2022-03-17 15:35:54 +01:00
parent c7f63b1cfc
commit 0a691062c8
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -40,6 +40,8 @@ alias ll='ls -l'
alias la='ls -la' alias la='ls -la'
alias :q='exit' alias :q='exit'
alias fresh="source ~/.zshrc" alias fresh="source ~/.zshrc"
alias yarn="firejail yarn"
alias npm="firejail npm"
# localcommands # localcommands
if [ -f ~/.dotfiles/shell/localcommands ] if [ -f ~/.dotfiles/shell/localcommands ]