mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(updater): refresh date of last update only on successful update
This commit is contained in:
parent
cd4918c2cd
commit
d978f385e5
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
if [ -z "$ZSH_VERSION" ]; then
|
||||
exec zsh "$0"
|
||||
exec zsh "$0" "$@"
|
||||
fi
|
||||
|
||||
cd "$ZSH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue