[bash] Fix dotup to always pull from public

This commit is contained in:
2026-03-04 14:48:12 -05:00
parent 8b6814e4e9
commit b5cd8724f6

View File

@ -16,7 +16,7 @@ alias push="git push"
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 && make)'
alias dotup='(cd ~/.dotfiles && git pull public master && make)'
# Vrobbler shortcuts