Skip to content

Commit

Permalink
Fix gh alias
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Sep 8, 2024
1 parent 38abdba commit 47863bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/modules/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
settings = {
aliases = {
"ic" = "issue create --web";
"id" = "issue develop --checkout $1";
"id" = "issue develop $1 --checkout";
"il" = "issue list";
"prc" = "pr create --web --assignee @me";
"prv" = "pr view --web";
Expand Down

0 comments on commit 47863bb

Please sign in to comment.