diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-02-22 10:53:01 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-02-22 10:53:01 +0800 |
commit | 9ae4ec23d6591a4b327259ad94e5eb8af91689e9 (patch) | |
tree | 9160fa16daba60d16911f14a944af68c726da023 /tools/init/sync.sh | |
parent | 3ad083dbf5cb37e507adf94f94c1cc2f71fd7549 (diff) |
update
Diffstat (limited to 'tools/init/sync.sh')
-rwxr-xr-x | tools/init/sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index 11fb7df..50cfdf9 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -8,6 +8,7 @@ sync() { | |||
8 | sync $SETTING_DIR | 8 | sync $SETTING_DIR |
9 | sync ~/vimwiki | 9 | sync ~/vimwiki |
10 | sync ~/.task | 10 | sync ~/.task |
11 | sync ~/.password-store | ||
11 | 12 | ||
12 | # others repo | 13 | # others repo |
13 | check_upstream ~/git/tig || echo in `pwd` > /dev/tty & | 14 | check_upstream ~/git/tig || echo in `pwd` > /dev/tty & |