diff options
author | typebrook <typebrook@gmail.com> | 2019-11-20 16:27:11 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-20 16:27:11 +0800 |
commit | 9e54b6650f95035bd08ceb0c26230649cbbda8bb (patch) | |
tree | 93ae26559e6d72025682bc31ae92c7e93f5eb75a /alias | |
parent | 52c8eba46d7b786a2caf62e69cd6fbde06b931e5 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -107,11 +107,11 @@ alias ts='tig status' | |||
107 | alias ta='tig --all' | 107 | alias ta='tig --all' |
108 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' | 108 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' |
109 | upload-tig() { | 109 | upload-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 | ||