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, 0 insertions, 1 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 7098ac0..6d7f109 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -1,7 +1,6 @@
1# task 1# task
2alias c='context' 2alias c='context'
3tk() { task rc.context=`cat ~/.task/context` $@; } 3tk() { task rc.context=`cat ~/.task/context` $@; }
4tkc(){ echo $1 >~/.task/context; }
5alias tkcc='task context' 4alias tkcc='task context'
6tkcn() { echo none >~/.task/context; } 5tkcn() { echo none >~/.task/context; }
7tkcp() { echo plan >~/.task/context; } 6tkcp() { echo plan >~/.task/context; }