🗝
about summary refs log tree commit diff
path: root/compdef.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'compdef.zsh')
-rwxr-xr-xcompdef.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compdef.zsh b/compdef.zsh
new file mode 100755
index 0000000..23cacc4
--- /dev/null
+++ b/compdef.zsh
@@ -0,0 +1,2 @@
+#compdef zoner
+compadd $(ls ~/.config/zoner | grep -Po '.*(?=\.zone)')