diff options
-rw-r--r-- | alias | 5 | ||||
-rwxr-xr-x | tools/init/load-settings.sh | 1 |
2 files changed, 1 insertions, 5 deletions
@@ -216,11 +216,6 @@ drb() { | |||
216 | # ssh | 216 | # ssh |
217 | alias cdssh='cd ~/.ssh' | 217 | alias cdssh='cd ~/.ssh' |
218 | alias ptt='ssh bbsu@ptt.cc' | 218 | alias ptt='ssh bbsu@ptt.cc' |
219 | alias topo='ssh topo.tw' | ||
220 | alias geothings-test='ssh geothings@test.geothings.tw' | ||
221 | alias demo='ssh demo.geosurvey.io' | ||
222 | alias demo2='ssh dev.geosurvey.io' | ||
223 | alias cool='ssh pham@10.0.0.2' | ||
224 | 219 | ||
225 | # Android | 220 | # Android |
226 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 221 | alias 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 |
2 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} | 2 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} |
3 | source $SETTING_DIR/alias | 3 | source $SETTING_DIR/alias |
4 | source $SETTING_DIR/private/* | ||
4 | 5 | ||
5 | # Config shell | 6 | # Config shell |
6 | if [[ $SHELL =~ zsh$ ]]; then | 7 | if [[ $SHELL =~ zsh$ ]]; then |