📝 Added jester alias for jest --watchAll
This commit is contained in:
parent
7677141c22
commit
66f9890526
1 changed files with 2 additions and 0 deletions
2
aliases
2
aliases
|
|
@ -205,6 +205,8 @@ alias kill9="killall -9" # kills process by name, e.g. kill9 cmus
|
|||
alias npm_upgrade="doas npm install --location=global npm@latest"
|
||||
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
|
||||
alias npm_list="find /usr/lib/node_modules -maxdepth 1 | sed -r 's/^\/usr\/lib\/node_modules\///g"
|
||||
# useful alias for recursively testing .test.js files on save
|
||||
alias jester="jest --watchAll"
|
||||
alias pip_upgrade="python -m pip install --upgrade pip"
|
||||
alias rust_upgrade="rustup update"
|
||||
alias nb="newsboat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue