aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias5
-rwxr-xr-xtools/init/load-settings.sh1
2 files changed, 1 insertions, 5 deletions
diff --git a/alias b/alias
index e3a02a3..c39b949 100644
--- a/alias
+++ b/alias
@@ -216,11 +216,6 @@ drb() {
216# ssh 216# ssh
217alias cdssh='cd ~/.ssh' 217alias cdssh='cd ~/.ssh'
218alias ptt='ssh bbsu@ptt.cc' 218alias ptt='ssh bbsu@ptt.cc'
219alias topo='ssh topo.tw'
220alias geothings-test='ssh geothings@test.geothings.tw'
221alias demo='ssh demo.geosurvey.io'
222alias demo2='ssh dev.geosurvey.io'
223alias cool='ssh pham@10.0.0.2'
224 219
225# Android 220# Android
226alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' 221alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_'
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh
index a65e13f..f578a78 100755
--- a/tools/init/load-settings.sh
+++ b/tools/init/load-settings.sh
@@ -1,6 +1,7 @@
1# load custom aliases 1# load custom aliases
2export SETTING_DIR=${SETTING_DIR:=$HOME/settings} 2export SETTING_DIR=${SETTING_DIR:=$HOME/settings}
3source $SETTING_DIR/alias 3source $SETTING_DIR/alias
4source $SETTING_DIR/private/*
4 5
5# Config shell 6# Config shell
6if [[ $SHELL =~ zsh$ ]]; then 7if [[ $SHELL =~ zsh$ ]]; then