aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-07 09:46:42 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-07 09:46:42 +0800
commit204f6a6a7024a2744fe948b1014494ebc2fd3a56 (patch)
tree6921e8034dc4fae751fd2c4d05e1f5add510c5ea /zsh
parentdbc1548cdc92b93ffe68bf748d318140fb71dd50 (diff)
Update
Diffstat (limited to 'zsh')
-rw-r--r--zsh/_tkc.zsh7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/_tkc.zsh b/zsh/_tkc.zsh
new file mode 100644
index 0000000..e640837
--- /dev/null
+++ b/zsh/_tkc.zsh
@@ -0,0 +1,7 @@
1#compdef tkc
2
3function _tkc() {
4 compadd -S '' $(cut -d' ' -f1 ~/log/plan.context.md)
5}
6
7_tkc