aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-06 14:56:04 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-06 14:56:04 +0800
commit55a8828ce7ba6255c29fbc6568ae96e9412d0c98 (patch)
treed7610bb8b0d4f847aa704bffd148884cfef37265
parent4aa91c532bfed6642d28444203ca0794a8cf9a13 (diff)
update
-rw-r--r--taskrc5
-rwxr-xr-xtools/init/sync.sh4
2 files changed, 8 insertions, 1 deletions
diff --git a/taskrc b/taskrc
index cfbb9a0..125aace 100644
--- a/taskrc
+++ b/taskrc
@@ -30,7 +30,7 @@ include /usr/share/doc/task/rc/dark-256.theme
30#include /usr/share/doc/task/rc/no-color.theme 30#include /usr/share/doc/task/rc/no-color.theme
31 31
32dateformat=b.d 32dateformat=b.d
33report.list.filter=status:pending -trivial 33report.list.filter=status:pending
34search.case.sensitive=no 34search.case.sensitive=no
35default.command=next 35default.command=next
36 36
@@ -46,3 +46,6 @@ report.nchc.filter=project:geothings.graphql.nchc-report
46report.nchc.labels=ID,Desc 46report.nchc.labels=ID,Desc
47report.nchc.columns=id,description.count 47report.nchc.columns=id,description.count
48report.nchc.sort=entry+ 48report.nchc.sort=entry+
49context.work=+geothings
50context.free=+trivial
51context.none=-trivial
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index 81b95ab..11fb7df 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -1,6 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# my repo 3# my repo
4sync() {
5 [ ! -d $1 ] && return
6 cd $1 && git pull --quiet || echo in `pwd` > /dev/tty &
7}
4sync $SETTING_DIR 8sync $SETTING_DIR
5sync ~/vimwiki 9sync ~/vimwiki
6sync ~/.task 10sync ~/.task