Update 1 file: functions.zsh

This commit is contained in:
2026-08-01 18:41:46 -04:00
parent f635995d3c
commit 7f7ebfd5e6
+2
View File
@@ -41,6 +41,8 @@ dotstate-update() {
cd ~ cd ~
dotstate doctor --fix &>/dev/null dotstate doctor --fix &>/dev/null
dotstate activate &>/dev/null dotstate activate &>/dev/null
info "Use \"dotstate-logs\" to view what was changed"
[[ $USER == "savannah" ]] && info "Because we both know you have a log fetish ❤️"
exec zsh exec zsh
} }