diff options
author | typebrook <typebrook@gmail.com> | 2019-07-09 14:35:52 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-07-09 14:35:52 +0800 |
commit | 9847ae4d21fc717b7e60e0ac4256ffad8ed2f002 (patch) | |
tree | 129420b63cc8ce6d74178e7e86722bccb1bfc1d6 | |
parent | c631055dc0c9e3bcc4a3e58279b68790bb089d64 (diff) |
update
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ alias geothings-test='ssh geothings@test.geothings.tw' | |||
99 | # tig | 99 | # tig |
100 | alias cdt='cd ~/git/tig' | 100 | alias cdt='cd ~/git/tig' |
101 | alias t='tig' | 101 | alias t='tig' |
102 | alias ts='tig status' | ||
102 | alias ta='tig --all' | 103 | alias ta='tig --all' |
103 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' | 104 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' |
104 | alias upload-tig='upload-github-release-asset.sh github_api_token=$(head -1 $HOME/git/settings/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)' | 105 | alias upload-tig='upload-github-release-asset.sh github_api_token=$(head -1 $HOME/git/settings/tokens/github-release) owner=typebrook repo=tig tag=tig-2.4.1 filename=$(which tig)' |