diff options
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ alias cdt='cd ~/git/tig' | |||
105 | alias t='tig' | 105 | alias t='tig' |
106 | alias ts='tig status' | 106 | 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.5.0/tig' |
109 | upload-tig() { | 109 | upload-tig() { |
110 | upload-github-release-asset.sh \ | 110 | upload-github-release-asset.sh \ |
111 | github_api_token=$(cat ~/settings/tokens/github-release) \ | 111 | github_api_token=$(cat ~/settings/tokens/github-release) \ |