Skip to content

Commit

Permalink
zsh-abbr: rename ghc -> ghrc
Browse files Browse the repository at this point in the history
  • Loading branch information
llakala committed Nov 28, 2024
1 parent ce115b8 commit c8c998f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/terminal/zsh/zshAbbr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@

# Using our custom git aliases
ghr = "git hire";
ghc = "git commit --patch";
ghrc = "git commit --patch";

gfr = "git fire";
gkl = "git kill";

Expand Down

0 comments on commit c8c998f

Please sign in to comment.