From 6ed38c1f5e8b6f6631d60f911a01a77be98089f7 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 5 Nov 2010 00:50:29 +0100 Subject: [PATCH] Cosmetics for the wcd function --- zsh.d/50-alias | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.d/50-alias b/zsh.d/50-alias index 5ab4b4a..cb0d261 100644 --- a/zsh.d/50-alias +++ b/zsh.d/50-alias @@ -57,9 +57,9 @@ alias ll='ls -AlF' # In average two and a half character aliases ;-) if whence wcd > /dev/null; then alias wd=wcd - function wcd { + function wcd() { wcd.exec "$@" - . $HOME/bin/wcd.go + . "${HOME}/bin/wcd.go" } fi -- 2.1.4