summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-10-07 07:55:17 +0100
committerAlan Pearce2013-10-07 07:55:17 +0100
commit66e32f4a0246c67bde50cd737a3f33f7bc9feb22 (patch)
treeac32845677b223aab9d8544e20935e3bbe2e497e /zsh
parent375a9800c1ef5cfcaf55361479f19b8e96ef767e (diff)
downloaddotfiles-66e32f4a0246c67bde50cd737a3f33f7bc9feb22.tar.lz
dotfiles-66e32f4a0246c67bde50cd737a3f33f7bc9feb22.tar.zst
dotfiles-66e32f4a0246c67bde50cd737a3f33f7bc9feb22.zip
zsh: Enable current path lookup in fasd only when using the e alias
Diffstat (limited to 'zsh')
-rw-r--r--zsh/fasdrc3
1 files changed, 1 insertions, 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"