diff --git a/zshrc-stub b/zshrc-stub index b9411e9..5c78f4a 100644 --- a/zshrc-stub +++ b/zshrc-stub @@ -8,7 +8,7 @@ RPROMPT="%{$fg_bold[black]%}%T%{$reset_color%}" _zshrc_updates_pending=0 if type md5sum &> /dev/null; then - cmp -s ~/.zshrc ~/.local/share/zeesh + cmp -s ~/.zshrc ~/.local/share/zeesh/zshrc-stub if [[ $? -eq 1 ]]; then cp ~/.local/share/zeesh/zshrc-stub ~/.zshrc _zshrc_updates_pending=1