diff options
Diffstat (limited to 'bin/task/shellrc')
-rw-r--r-- | bin/task/shellrc | 1 |
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 |
2 | alias c='context' | 2 | alias c='context' |
3 | tk() { task rc.context=`cat ~/.task/context` $@; } | 3 | tk() { task rc.context=`cat ~/.task/context` $@; } |
4 | tkc(){ echo $1 >~/.task/context; } | ||
5 | alias tkcc='task context' | 4 | alias tkcc='task context' |
6 | tkcn() { echo none >~/.task/context; } | 5 | tkcn() { echo none >~/.task/context; } |
7 | tkcp() { echo plan >~/.task/context; } | 6 | tkcp() { echo plan >~/.task/context; } |