diff options
author | Alan Pearce | 2013-10-07 07:55:17 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-07 07:55:17 +0100 |
commit | 66e32f4a0246c67bde50cd737a3f33f7bc9feb22 (patch) | |
tree | ac32845677b223aab9d8544e20935e3bbe2e497e /zsh | |
parent | 375a9800c1ef5cfcaf55361479f19b8e96ef767e (diff) | |
download | nixfiles-66e32f4a0246c67bde50cd737a3f33f7bc9feb22.tar.lz nixfiles-66e32f4a0246c67bde50cd737a3f33f7bc9feb22.tar.zst nixfiles-66e32f4a0246c67bde50cd737a3f33f7bc9feb22.zip |
zsh: Enable current path lookup in fasd only when using the e alias
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/fasdrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zsh/fasdrc b/zsh/fasdrc index efe6e0a3..22259d72 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" |