git-sync-all: cd back to previous directory after command

This commit is contained in:
Evie Litherland-Smith 2024-01-14 13:04:39 +00:00
parent d15720a3d4
commit 902fb279a8

View file

@ -229,7 +229,8 @@
git-sync-all () {
for DIRECTORY in $HOME/.nixos $HOME/.emacs $HOME/.password-store $HOME/.elfeed $HOME/Documents/Org $HOME/Documents/References; do
echo "--- $DIRECTORY ---"
cd $DIRECTORY && git-sync || echo "git-sync failed for $DIRECTORY"
cd $DIRECTORY && git-sync
cd -
done
}
xdg-query-program () {