diff options
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 | ||
3 | function _tkc() { | 3 | function _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 |