diff options
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ alias t='tig' | |||
102 | alias ts='tig status' | 102 | alias ts='tig status' |
103 | alias ta='tig --all' | 103 | alias ta='tig --all' |
104 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' | 104 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' |
105 | alias 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)' | 105 | alias 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 |
108 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 108 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |