📝 Added nanoid alias

This commit is contained in:
z3rOR0ne 2023-01-08 18:28:37 -08:00
parent 8672a6ff5d
commit c3a9b98352

View file

@ -209,6 +209,9 @@ 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"
# generate unique ids from cli, example for no special characters:
# nanoid --alphabet "abcdefghijklmnopqrstuvwxyz" --size 40
alias nanoid="npx nanoid"
alias pip_upgrade="python -m pip install --upgrade pip"
alias rust_upgrade="rustup update"
alias nb="newsboat"