mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 10:19:51 +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