From bded79ff5535e1d542579b7c1899af0628be09d7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 22:55:31 +0100 Subject: Added whichf (which for functions) --- etc/functions/whichf | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 etc/functions/whichf (limited to 'etc/functions') 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) -- cgit v1.2.3