diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-01 15:27:42 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-01 15:27:42 +0800 |
commit | 3ebd27e2bed5539ae1c56718cb0be5654c847688 (patch) | |
tree | 0d93d626fd19c7b096fc84622011e08a6bde0664 /bin/init | |
parent | a7937eb2085138f24377853fb5665315637b9c7e (diff) |
Update
Diffstat (limited to 'bin/init')
-rwxr-xr-x | bin/init/sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/init/sync.sh b/bin/init/sync.sh index fb939e3..7521918 100755 --- a/bin/init/sync.sh +++ b/bin/init/sync.sh | |||
@@ -23,7 +23,7 @@ while true; do | |||
23 | which notify-send &>/dev/null && notify-send 'Repos synced' | 23 | which notify-send &>/dev/null && notify-send 'Repos synced' |
24 | break | 24 | break |
25 | fi | 25 | fi |
26 | done & | 26 | done |
27 | 27 | ||
28 | # others repo | 28 | # others repo |
29 | #check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | 29 | #check_upstream ~/git/tig || echo in `pwd` >/dev/tty & |