aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-02-22 10:53:01 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-02-22 10:53:01 +0800
commit9ae4ec23d6591a4b327259ad94e5eb8af91689e9 (patch)
tree9160fa16daba60d16911f14a944af68c726da023
parent3ad083dbf5cb37e507adf94f94c1cc2f71fd7549 (diff)
update
-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 &