diff options
author | typebrook <typebrook@gmail.com> | 2019-11-21 00:14:57 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-21 00:14:57 +0800 |
commit | 5aa0157265bd58e95219ff871d04fcd77f60e87a (patch) | |
tree | e7db2a4de64d4ef71032be66cefb9cf5eb0cf25d | |
parent | 279aed8ef6dbcbb8526b962de5fcccf68b7c6c7d (diff) |
update
-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) \ |