从 .oh-my-zsh/tools/check_for_upgrade.sh 看到的:
https://github.com/robbyrussell/oh-my-zsh/blob/master/tools/check_for_upgrade.sh#L8
```
echo "LAST_EPOCH=$(_current_epoch)" >! ~/.zsh-update
```
单独的>, 两个>> 都见过. >! 第一次见. Google 不到
https://github.com/robbyrussell/oh-my-zsh/blob/master/tools/check_for_upgrade.sh#L8
```
echo "LAST_EPOCH=$(_current_epoch)" >! ~/.zsh-update
```
单独的>, 两个>> 都见过. >! 第一次见. Google 不到