aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias1
-rwxr-xr-xtools/init/sync.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/alias b/alias
index b0fb49a..21f33e2 100644
--- a/alias
+++ b/alias
@@ -355,6 +355,7 @@ alias cdm='cd ~/git/mapstew'
355alias cdma='cd ~/git/mapstew-android' 355alias cdma='cd ~/git/mapstew-android'
356alias cdT='cd ~/git/tilemaker' 356alias cdT='cd ~/git/tilemaker'
357alias cdssh='cd ~/.ssh' 357alias cdssh='cd ~/.ssh'
358alias cdpass='cd ~/.password-store'
358alias stew='cd ~/git/mapstew' 359alias stew='cd ~/git/mapstew'
359alias chmodx='sudo chmod +x' 360alias chmodx='sudo chmod +x'
360 361
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() {
8sync $SETTING_DIR 8sync $SETTING_DIR
9sync ~/vimwiki 9sync ~/vimwiki
10sync ~/.task 10sync ~/.task
11sync ~/.password-store
11 12
12# others repo 13# others repo
13check_upstream ~/git/tig || echo in `pwd` > /dev/tty & 14check_upstream ~/git/tig || echo in `pwd` > /dev/tty &