diff options
-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" |