diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-19 09:40:55 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-19 09:40:55 +0000 |
| commit | 0d101890d0faeaefa863099042e3510f5021fbc3 (patch) | |
| tree | 427cf15d05e08c18c97719f523fbb3039b7b7622 /Functions/Misc | |
| parent | release 4.3.4 (diff) | |
| download | zsh-4.3.4.tar zsh-4.3.4.tar.gz zsh-4.3.4.tar.bz2 zsh-4.3.4.tar.lz zsh-4.3.4.tar.xz zsh-4.3.4.tar.zst zsh-4.3.4.zip | |
unposted: meant to add add-zsh-hook a while agozsh-4.3.4
Diffstat (limited to 'Functions/Misc')
| -rw-r--r-- | Functions/Misc/add-zsh-hook | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Functions/Misc/add-zsh-hook b/Functions/Misc/add-zsh-hook new file mode 100644 index 000000000..fa8015a3d --- /dev/null +++ b/Functions/Misc/add-zsh-hook @@ -0,0 +1,63 @@ +# Add to HOOK the given FUNCTION. |
