aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_tkc.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/_tkc.zsh')
-rw-r--r--zsh/_tkc.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/_tkc.zsh b/zsh/_tkc.zsh
deleted file mode 100644
index 2e98d4f..0000000
--- a/zsh/_tkc.zsh
+++ /dev/null
@@ -1,7 +0,0 @@
1#compdef tkc
2
3function _tkc() {
4 compadd -S '' $(sed -E '/^$/q' ~/log/plan.context.md | cut -d' ' -f1)
5}
6
7_tkc