zsh: Use firejail for npm / yarn
This commit is contained in:
parent
c7f63b1cfc
commit
0a691062c8
1 changed files with 2 additions and 0 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue