mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
fix(updater): refresh date of last update only on successful update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
if [ -z "$ZSH_VERSION" ]; then
|
||||
exec zsh "$0"
|
||||
exec zsh "$0" "$@"
|
||||
fi
|
||||
|
||||
cd "$ZSH"
|
||||
|
Reference in New Issue
Block a user