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