aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-14 10:07:39 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-14 10:07:39 +0800
commitbca6ed08439a6b106b21bc37634b75a9fe6ab9cb (patch)
treed9cc762b36b761c0a59d4cc62905c9dd352fe463 /zsh
parent00d2bfc1d73bc9526b23d7c95c8331dbf9528dbd (diff)
tkc -> context
Diffstat (limited to 'zsh')
-rw-r--r--zsh/_context.zsh (renamed from zsh/_tkc.zsh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/_tkc.zsh b/zsh/_context.zsh
index 2e98d4f..dbb250d 100644
--- a/zsh/_tkc.zsh
+++ b/zsh/_context.zsh
@@ -1,7 +1,7 @@
1#compdef tkc 1#compdef context
2 2
3function _tkc() { 3function _context() {
4 compadd -S '' $(sed -E '/^$/q' ~/log/plan.context.md | cut -d' ' -f1) 4 compadd -S '' $(sed -E '/^$/q' ~/log/plan.context.md | cut -d' ' -f1)
5} 5}
6 6
7_tkc 7_context