aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-05 19:18:06 +0800
committertypebrook <typebrook@gmail.com>2020-02-05 19:18:06 +0800
commit9fed53d721ef57e50847354361bdc3e563e96f09 (patch)
tree97f1c8ad8c9713f17825a2b09b9928c5f68105b8 /alias
parentc04bd9aaeb0198c5eff9f1f64278a8a52081cb97 (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index f4b23c9..343cea0 100644
--- a/alias
+++ b/alias
@@ -120,6 +120,7 @@ gcg() {
120 git clone git@github.com:$1/$2.git && cd $(basename $2) 120 git clone git@github.com:$1/$2.git && cd $(basename $2)
121} 121}
122alias gls='git log -S' 122alias gls='git log -S'
123alias cdgw='cd .github/workflows'
123alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule 124alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule
124github_release_asset() { 125github_release_asset() {
125 command="upload-github-release-asset.sh\n github_api_token=$(cat ~/settings/tokens/github)\n owner=typebrook\n repo=tig\n tag=LATEST\n filename=$(which tig)\n overwrite=false" 126 command="upload-github-release-asset.sh\n github_api_token=$(cat ~/settings/tokens/github)\n owner=typebrook\n repo=tig\n tag=LATEST\n filename=$(which tig)\n overwrite=false"