dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 74e52909746d2c6929d161a40b5f1d4934af041c
parent 5707de89638d163d4ca4ea4a1a50fd0c71a48d0c
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  4 Nov 2024 13:59:03 -0800

gh: add assigned, fissue aliases

Diffstat:
M.config/gh/config.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/gh/config.yml b/.config/gh/config.yml @@ -12,6 +12,8 @@ pager: aliases: autosubmit: pr edit --add-label autosubmit $1 reviewer: pr edit --add-reviewer $1 + assigned: issue list -R flutter/flutter --assignee '@me' + fissue: issue -R flutter/flutter $1 # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport. http_unix_socket: # What web browser gh should use when opening URLs. If blank, will refer to environment.