aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias.sh
diff options
context:
space:
mode:
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_'