diff options
| -rw-r--r-- | home/var/system/config-updater/post-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/var/system/config-updater/post-update b/home/var/system/config-updater/post-update index 70be0fc..a7ee67d 100644 --- a/home/var/system/config-updater/post-update +++ b/home/var/system/config-updater/post-update @@ -15,4 +15,4 @@ rm -f .zshrc.pre-oh-my-zsh [ -r .zshrc.local ] && echo "8bcb00aa4de816bd158584f84feb3de2 .zshrc.local" | md5sum --check --status && rm -f .zshrc.local # END removed files from git e3fb79a...6c7ef44 (2020-03-22) -omz update +zsh -c "omz update" |
