📝 Added jester alias for jest --watchAll

This commit is contained in:
z3rOR0ne 2022-11-16 22:52:40 -08:00
parent 7677141c22
commit 66f9890526

View file

@ -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"