From e54cc8d608e5bff7b65d90cced557d3865fe9117 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Mon, 20 Apr 2020 00:29:33 -0700 Subject: [PATCH] fixup --- zshrc-stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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