diff options
author | rylwin <ryan@thewinograds.com> | 2013-03-13 22:48:28 -0500 |
---|---|---|
committer | rylwin <ryan@thewinograds.com> | 2013-03-13 22:48:28 -0500 |
commit | 1cfd813f796e4472575daf4b51cd816bacc833e0 (patch) | |
tree | 96c64e6290c9ccd8e9899a5907302cc8ea298c46 /plugins/grails | |
parent | 0ab0e67ecfc52b4779b700149a9c51feeb05318e (diff) | |
download | zsh-1cfd813f796e4472575daf4b51cd816bacc833e0.tar.gz zsh-1cfd813f796e4472575daf4b51cd816bacc833e0.tar.bz2 zsh-1cfd813f796e4472575daf4b51cd816bacc833e0.zip |
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.
Diffstat (limited to 'plugins/grails')
0 files changed, 0 insertions, 0 deletions