fixup
This commit is contained in:
parent
617b71e648
commit
e54cc8d608
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user