[bash] Update aliases for passwords

This commit is contained in:
2026-03-12 13:59:37 -04:00
parent 796dbc3976
commit 8b78dd8205
2 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,8 @@ alias bookpull="rsync -aziuvhP rhea.local:/tank/books/ ~/.calibre/"
alias bookpush="rsync -aziuvhP ~/.calibre/ rhea.local:/tank/books/"
alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent'
alias dotup='(cd ~/.dotfiles && git pull public master && make)'
alias djlogs="tail -f -n 50 /tmp/django.log"
alias clogs="tail -f -n 50 /tmp/celery.log"
# Vrobbler shortcuts
@ -39,6 +41,5 @@ alias hrdjsh="(cd $HUNGRYROOT_DIR && just djshell)"
alias hrqa="(cd $HUNGRYROOT_DIR && just ecs-exec qa)"
alias hrstg="(cd $HUNGRYROOT_DIR && just ecs-exec staging)"
alias hrprod="(cd $HUNGRYROOT_DIR && just ecs-exec prod)"
alias hrlogs="tail -f -n 50 /tmp/hungryroot-django.log"
alias hrdc="(cd $HUNGRYROOT_DIR && just docker-run)"
alias hrotp="pass otp work/hungryroot/okta"

View File

@ -51,3 +51,7 @@ set-pg-env() {
export PATH="/home/powellc/.shorebird/bin:$PATH"
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
# Added by LM Studio CLI (lms)
export PATH="$PATH:/home/powellc/.lmstudio/bin"
# End of LM Studio CLI section