mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-20 19:16:06 +02: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