From b5cd8724f65af260025bb661f1c549381f54beee Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 4 Mar 2026 14:48:12 -0500 Subject: [PATCH] [bash] Fix dotup to always pull from public --- bash/.aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.aliases b/bash/.aliases index 770b41a..b1dd124 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -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