diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 22:55:31 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 22:55:31 +0100 |
commit | bded79ff5535e1d542579b7c1899af0628be09d7 (patch) | |
tree | 4750a33fffe35fc7c3c93dc6712782b1468facaf | |
parent | c078b9677bc81e15a1d81d29150893df09043be3 (diff) |
Added whichf (which for functions)
-rwxr-xr-x | etc/functions/whichf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/functions/whichf b/etc/functions/whichf new file mode 100755 index 0000000..dc8d04b --- /dev/null +++ b/etc/functions/whichf @@ -0,0 +1,2 @@ +## vim:ft=zsh +echo ${^fpath}/$1(-.N) |