summaryrefslogtreecommitdiff
path: root/plugins/symfony2/symfony2.plugin.zsh
diff options
context:
space:
mode:
authorrylwin <ryan@thewinograds.com>2013-03-13 22:48:28 -0500
committerrylwin <ryan@thewinograds.com>2013-03-13 22:48:28 -0500
commit1cfd813f796e4472575daf4b51cd816bacc833e0 (patch)
tree96c64e6290c9ccd8e9899a5907302cc8ea298c46 /plugins/symfony2/symfony2.plugin.zsh
parent0ab0e67ecfc52b4779b700149a9c51feeb05318e (diff)
downloadzsh-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/symfony2/symfony2.plugin.zsh')
0 files changed, 0 insertions, 0 deletions