From 66e32f4a0246c67bde50cd737a3f33f7bc9feb22 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Oct 2013 07:55:17 +0100 Subject: zsh: Enable current path lookup in fasd only when using the e alias --- zsh/fasdrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/fasdrc b/zsh/fasdrc index efe6e0a..22259d7 100644 --- a/zsh/fasdrc +++ b/zsh/fasdrc @@ -5,5 +5,4 @@ current () { done } -# If you want to have this behavior for all fasd queries -_FASD_BACKENDS="native current" +alias e="f -t -e $EDITOR -B current" -- cgit 1.4.1