summaryrefslogtreecommitdiff
path: root/dot_local/share/toasty/completions
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/share/toasty/completions')
-rw-r--r--dot_local/share/toasty/completions/_autosource10
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_local/share/toasty/completions/_autosource b/dot_local/share/toasty/completions/_autosource
deleted file mode 100644
index 35dbccd..0000000
--- a/dot_local/share/toasty/completions/_autosource
+++ /dev/null
@@ -1,10 +0,0 @@
-#compdef autosource
-
-function _autosource {
- _alternative \
- 'plugin:filename:{_path_files -W spath}'
-}
-
-_autosource
-
-# vim: ft=zsh