all repos — nixfiles @ 66e32f4a0246c67bde50cd737a3f33f7bc9feb22

System and user configuration, managed by nix and home-manager

zsh: Enable current path lookup in fasd only when using the e alias

Alan Pearce
commit

66e32f4a0246c67bde50cd737a3f33f7bc9feb22

parent

375a9800c1ef5cfcaf55361479f19b8e96ef767e

1 file changed, 1 insertion(+), 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"