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