summary refs log tree commit diff stats
path: root/tag-zsh/fasdrc
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/fasdrc')
-rw-r--r--tag-zsh/fasdrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tag-zsh/fasdrc b/tag-zsh/fasdrc
new file mode 100644
index 0000000..22259d7
--- /dev/null
+++ b/tag-zsh/fasdrc
@@ -0,0 +1,8 @@
+# -*- mode: sh; -*-
+current () {
+	for path in *; do
+		printf "./%s|1\\n" "$path"
+	done
+}
+
+alias e="f -t -e $EDITOR -B current"