Update 1 file: functions.zsh

This commit is contained in:
2026-08-01 16:55:21 -04:00
parent ce5db6a132
commit a4496ff363
+1 -1
View File
@@ -30,7 +30,7 @@ dotstate_update() {
fi fi
info "Repository out of date. Pulling updates..." info "Repository out of date. Pulling updates..."
git fetch origin && git reset --hard origin/master && git clean -fd &>/dev/null git fetch origin &>/dev/null && git reset --hard origin/master &>/dev/null && git clean -fd &>/dev/null
cd ~ cd ~
dotstate activate dotstate activate
exec zsh exec zsh