[bash] Add a few more work aliases

This commit is contained in:
2026-01-14 17:34:52 -05:00
parent 27dd61084d
commit 8e7031ff68

View File

@ -32,4 +32,7 @@ alias djsh="(cd ~/src/github.com/hungryroot/hungryroot && just djshell)"
alias qa="(cd ~/src/github.com/hungryroot/hungryroot && just env-exec qa)"
alias stage="(cd ~/src/github.com/hungryroot/hungryroot && just env-exec stage)"
alias hrlogs="tail -f -n 50 /tmp/hungryroot-django.log"
alias toggle_ntp="sudo timedatectl set-ntp $(timedatectl show -p NTP --value | grep -q yes && echo false || echo true)"
alias fixtime="toggle_ntp && toggle_ntp"