📝 Made updates to backups

This commit is contained in:
z3rOR0ne 2023-01-09 16:03:01 -08:00
parent c3a9b98352
commit 6bcea52d96
7 changed files with 8739 additions and 9 deletions

View file

@ -212,6 +212,8 @@ alias jester="jest --watchAll"
# generate unique ids from cli, example for no special characters:
# nanoid --alphabet "abcdefghijklmnopqrstuvwxyz" --size 40
alias nanoid="npx nanoid"
# informs on dependency updates
alias taze="npx taze"
alias pip_upgrade="python -m pip install --upgrade pip"
alias rust_upgrade="rustup update"
alias nb="newsboat"