diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-08-28 10:02:23 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-08-28 10:02:23 -0600 |
commit | 8620d4004c3391fa4f624ebf500eef8bcf32a52e (patch) | |
tree | c8d6dcc080733bf63aec4acaf3257a7400da1bb3 /lib/cli.zsh | |
parent | f672613e98ba6b30728517b22c0e378557d7fb81 (diff) | |
parent | 8d08f1634a7b9782e3722ce770e8630f569afe3f (diff) | |
download | zsh-8620d4004c3391fa4f624ebf500eef8bcf32a52e.tar.gz zsh-8620d4004c3391fa4f624ebf500eef8bcf32a52e.tar.bz2 zsh-8620d4004c3391fa4f624ebf500eef8bcf32a52e.zip |
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'lib/cli.zsh')
-rw-r--r-- | lib/cli.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cli.zsh b/lib/cli.zsh index 3c09cdab8..c1ae2bdf2 100644 --- a/lib/cli.zsh +++ b/lib/cli.zsh @@ -201,6 +201,7 @@ function _omz::pr::test { } function _omz::update { + # Run update script env ZSH="$ZSH" sh "$ZSH/tools/upgrade.sh" # Update last updated file zmodload zsh/datetime |