aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 9353767..6931902 100644
--- a/alias
+++ b/alias
@@ -513,7 +513,7 @@ tk() { task rc.context=`cat ~/.task/context` $@; }
513tkc(){ echo $1 >~/.task/context; } 513tkc(){ echo $1 >~/.task/context; }
514tkcn() { echo none >~/.task/context; } 514tkcn() { echo none >~/.task/context; }
515tkch() { echo home >~/.task/context; } 515tkch() { echo home >~/.task/context; }
516[ $shell = zsh ] && compdef _task tk 516[ $shell = zsh ] && compdef tk=task
517alias tka='tk annotate' 517alias tka='tk annotate'
518alias tkd='tk done' 518alias tkd='tk done'
519alias tkD='tk delete' 519alias tkD='tk delete'