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
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M zsh/fasdrc → zsh/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"