aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-27 11:37:49 +0800
committertypebrook <typebrook@gmail.com>2019-07-27 11:37:49 +0800
commit3856ffe6723e09d3635c73a05e0699d57878d66e (patch)
treea023fcb98b0c3b8bd866eb7aafef828f9ccaee22
parent2e0c607e04ab11c5ea126f10de5d80376effead9 (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 09cde5f..f495c37 100644
--- a/alias
+++ b/alias
@@ -102,7 +102,7 @@ alias t='tig'
102alias ts='tig status' 102alias ts='tig status'
103alias ta='tig --all' 103alias ta='tig --all'
104alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' 104alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig'
105alias upload-tig='upload-github-release-asset.sh github_api_token=$(head -1 $HOME/git/settings/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)' 105alias upload-tig='~/git/settings/scripts/upload-github-release-asset.sh github_api_token=$(head -1 $HOME/git/settings/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)'
106 106
107# Android 107# Android
108alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' 108alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_'