minor tweaks

This commit is contained in:
eneller
2025-04-08 14:14:16 +02:00
parent aa61185828
commit 1fa5c6d319
5 changed files with 4 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ pager:
# Aliases allow you to create nicknames for gh commands
aliases:
co: pr checkout
upload: '!gh-upload'
push: '!gh-upload'
clone: repo clone
social-image: "api graphql -f query='query ($owner: String!, $name: String!) {repository(owner: $owner, name: $name) {openGraphImageUrl} }' -F owner='{owner}' -F name='{repo}' --jq '.data.repository.openGraphImageUrl'"
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.