diff options
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 & |