0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Write the update file even if CLOBBER is unset.

This commit is contained in:
Adam Luikart 2012-02-06 12:22:07 -06:00 committed by ncanceill
parent 8355233f7f
commit 9590b96b3f

View file

@ -5,7 +5,7 @@ function _current_epoch() {
}
function _update_zsh_update() {
echo "LAST_EPOCH=$(_current_epoch)" > ~/.zsh-update
echo "LAST_EPOCH=$(_current_epoch)" >! ~/.zsh-update
}
function _upgrade_zsh() {