Skip to content

Commit 115bdad

Browse files
fish: fix typo
1 parent 600c693 commit 115bdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fish/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in
2828
gbD = "git branch -D";
2929
gc = "git commit";
3030
gcm = "git commit -m";
31-
gcsm = "git commit -S -m";
31+
gcsm = "git commit -s -m";
3232
gca = "git commit --amend";
3333
gco = "git checkout";
3434
gl = "git log";

0 commit comments

Comments
 (0)