[zsh] Fixing aliases some more
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user