diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 7b0a180..558467e 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -41,6 +41,8 @@ dotstate-update() { cd ~ dotstate doctor --fix &>/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 }