aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task/shellrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-14 10:07:39 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-14 10:07:39 +0800
commitbca6ed08439a6b106b21bc37634b75a9fe6ab9cb (patch)
treed9cc762b36b761c0a59d4cc62905c9dd352fe463 /bin/task/shellrc
parent00d2bfc1d73bc9526b23d7c95c8331dbf9528dbd (diff)
tkc -> context
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; }