This commit is contained in:
Nicole O'Connor 2020-04-20 00:29:33 -07:00
parent 617b71e648
commit e54cc8d608
1 changed files with 1 additions and 1 deletions

View File

@ -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