aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-30 15:09:12 +0800
committertypebrook <typebrook@gmail.com>2019-06-30 15:09:12 +0800
commitf553c063588e130fa942ca9a172c1fcece65105a (patch)
tree5d4346de2f53bb1e1d51526820d930c0db17e0d7 /alias
parent721c79327c4a51093d9239d486d22f970ae9761b (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index e584ad0..322ad54 100644
--- a/alias
+++ b/alias
@@ -106,6 +106,7 @@ alias tl='tig log'
106alias ty='tig stash' 106alias ty='tig stash'
107alias tigr='tig refs' 107alias tigr='tig refs'
108alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' 108alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig'
109alias 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)'
109 110
110# Android 111# Android
111alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' 112alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_'