diff options
-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 | ||