"git@web.lueluesay.top:root/oh-my-zsh.git" did not exist on "8f8767a566b24ba62cfa73a7aa4b12a95a1af285"
last-working-dir: Use >! to overwrite $cache_file
Use ">!" to overwrite $cache_file in case noclobber is set. When noclobber is set, zsh will not allow the use of ">" to overwrite the contents of a file. Instead, it displays a "file exists" error. By using ">!" instead, we tell zsh to overwrite the file without complaining.
Please register or sign in to comment