aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index d071043..09cde5f 100644
--- a/alias
+++ b/alias
@@ -99,6 +99,7 @@ alias geothings-test='ssh geothings@test.geothings.tw'
99# tig 99# tig
100alias cdt='cd ~/git/tig' 100alias cdt='cd ~/git/tig'
101alias t='tig' 101alias t='tig'
102alias ts='tig status'
102alias ta='tig --all' 103alias ta='tig --all'
103alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig' 104alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.4.1/tig'
104alias 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)' 105alias 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)'