From e7657d6ba54ad5714657cff9be86ec416d342a4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Apr 2013 20:54:18 +0100 Subject: Migrate repository from mercurial without history --- zsh/fasdrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zsh/fasdrc (limited to 'zsh/fasdrc') diff --git a/zsh/fasdrc b/zsh/fasdrc new file mode 100644 index 00000000..efe6e0a3 --- /dev/null +++ b/zsh/fasdrc @@ -0,0 +1,9 @@ +# -*- mode: sh; -*- +current () { + for path in *; do + printf "./%s|1\\n" "$path" + done +} + +# If you want to have this behavior for all fasd queries +_FASD_BACKENDS="native current" -- cgit 1.4.1