aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias6
1 files changed, 3 insertions, 3 deletions
diff --git a/alias b/alias
index 6d04a5b..3b8a1d8 100644
--- a/alias
+++ b/alias
@@ -107,11 +107,11 @@ alias ts='tig status'
107alias ta='tig --all' 107alias ta='tig --all'
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'
109upload-tig() { 109upload-tig() {
110 $SETTING_DIR/scripts/upload-github-release-asset.sh \ 110 upload-github-release-asset.sh \
111 github_api_token=$(cat $HOME/.ssh/github) \ 111 github_api_token=$(cat ~/settings/tokens/github-release) \
112 owner=typebrook \ 112 owner=typebrook \
113 repo=tig \ 113 repo=tig \
114 tag=tig-2.4.1 \ 114 tag=tig-2.5.0 \
115 filename=$(which tig) 115 filename=$(which tig)
116} 116}
117 117