aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/task/shellrc')
-rw-r--r--bin/task/shellrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 9a14248..98ada78 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -1,4 +1,5 @@
1# task 1# task
2alias c='context'
2tk() { task rc.context=`cat ~/.task/context` $@; } 3tk() { task rc.context=`cat ~/.task/context` $@; }
3tkc(){ echo $1 >~/.task/context; } 4tkc(){ echo $1 >~/.task/context; }
4alias tkcc='task context' 5alias tkcc='task context'