diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index efcd5f5..157072e 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -33,7 +33,7 @@ dotstate-update() { return 0 fi - warn "Repository out of date. Pulling updates..." + warn "Dotfiles out of date. Updating..." printf "\033[1;34m────────────────────────────────────────────────────\033[0m\n" local old_sha old_sha=$(git rev-parse HEAD) @@ -51,3 +51,4 @@ dotstate-update() { dotstate-logs(){ lazygit -p $HOME/.config/dotstate/storage } +