diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-29 21:44:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-29 21:44:54 +0000 |
commit | 0d8a58095196ece20dadd4894c4ddf8ddf440cdf (patch) | |
tree | 694d08e761b3a07f393eb9852ec28f2894841b3d /Functions/Misc/zed | |
parent | 1d31834223066694e2859f8ff8c84e22ae613810 (diff) | |
download | zsh-0d8a58095196ece20dadd4894c4ddf8ddf440cdf.tar.gz zsh-0d8a58095196ece20dadd4894c4ddf8ddf440cdf.tar.xz zsh-0d8a58095196ece20dadd4894c4ddf8ddf440cdf.zip |
users/14752: add #! line to zed
allow script run with -i to exit on return
Diffstat (limited to 'Functions/Misc/zed')
-rw-r--r-- | Functions/Misc/zed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zed b/Functions/Misc/zed index 2a3d2313e..c2caaf3f5 100644 --- a/Functions/Misc/zed +++ b/Functions/Misc/zed @@ -1,4 +1,4 @@ -# +#!/bin/zsh # zed # # No other shell could do this. |