[zsh] Fixing aliases some more

This commit is contained in:
2026-02-09 16:01:01 -05:00
parent f54b345084
commit 7f2e2dbe7f
2 changed files with 19 additions and 10 deletions

View File

@ -16,7 +16,6 @@ alias push="git push"
alias bookpull="rsync -aziuvhP root@rhea.local:/tank/books/ ~/.calibre/"
alias bookpush="rsync -aziuvhP ~/.calibre/ root@rhea.local:/tank/books/"
alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent'
alias eosup='yay -Sy && yay -S --noconfirm archlinux-keyring endeavouros-keyring && yay -Syu --noconfirm'
# Vrobbler shortcuts
alias vdeploy="ssh life.unbl.ink \"rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler\""
@ -39,7 +38,3 @@ alias hrstg="(cd $HUNGRYROOT_DIR && just ecs-exec staging)"
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"
# UTM related nonsense
alias toggle_ntp="sudo timedatectl set-ntp $(timedatectl show -p NTP --value | grep -q yes && echo false || echo true)"
alias fixtime="toggle_ntp && sleep 3 && toggle_ntp"