aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-09 23:47:28 +0800
committertypebrook <typebrook@gmail.com>2019-11-09 23:47:28 +0800
commit4f8f16e018f5eefc207d8bc59422fb2145595588 (patch)
tree5b61b27b84027c94a1ff337cb615232c73e565c4 /alias.sh
parentd70ecd3278c17f222b513008820a9cf43914ec03 (diff)
update
Diffstat (limited to 'alias.sh')
-rw-r--r--alias.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias.sh b/alias.sh
index d6b493e..787c8c5 100644
--- a/alias.sh
+++ b/alias.sh
@@ -100,7 +100,7 @@ alias t='tig'
100alias ts='tig status' 100alias ts='tig status'
101alias ta='tig --all' 101alias ta='tig --all'
102alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' 102alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig'
103alias upload-tig="$SETTING_DIR/scripts/upload-github-release-asset.sh github_api_token=$(head -1 $SETTING_DIR/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)" 103#alias upload-tig="$SETTING_DIR/scripts/upload-github-release-asset.sh github_api_token=$(head -1 $SETTING_DIR/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)"
104 104
105# Android 105# Android
106alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' 106alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_'