all repos — archive/dotfiles @ 66e32f4a0246c67bde50cd737a3f33f7bc9feb22

Superseded by nixfiles

zsh: Enable current path lookup in fasd only when using the e alias
Alan Pearce alan@alanpearce.co.uk
Mon, 07 Oct 2013 07:55:17 +0100
commit

66e32f4a0246c67bde50cd737a3f33f7bc9feb22

parent

375a9800c1ef5cfcaf55361479f19b8e96ef767e

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M zsh/fasdrczsh/fasdrc
@@ -5,5 +5,4 @@ printf "./%s|1\\n" "$path" 	done
 }
 
-# If you want to have this behavior for all fasd queries
-_FASD_BACKENDS="native current"
+alias e="f -t -e $EDITOR -B current"