aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 2f6e5f4..ba2fbf9 100644
--- a/alias
+++ b/alias
@@ -120,7 +120,7 @@ github() {
120 xdg-open https://github.com/$1/$2 120 xdg-open https://github.com/$1/$2
121} 121}
122github_api() { 122github_api() {
123 curl --header "Authorization: token $GITHUB_API_TOKEN" $GITHUB_API/$1 123 curl --header "Authorization: token $GITHUB_API_TOKEN" $GITHUB_API/$@
124} 124}
125gcg() { 125gcg() {
126 local user=$1; local repo=$2; shift; shift 126 local user=$1; local repo=$2; shift; shift