Skip to content

Commit 600c693

Browse files
fish: add git commit sign alias
1 parent 4e33bba commit 600c693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/fish/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ in
2828
gbD = "git branch -D";
2929
gc = "git commit";
3030
gcm = "git commit -m";
31+
gcsm = "git commit -S -m";
3132
gca = "git commit --amend";
3233
gco = "git checkout";
3334
gl = "git log";

0 commit comments

Comments
 (0)