My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

just add -s in fish abbr: git commit

Signed-off-by: ydcjeff <ydcjeff@noreply.codeberg.org>

ydcjeff cef3b561 174014f5

+1 -4
+1 -1
config/fish/abbr.fish
··· 26 26 # git shortcuts 27 27 abbr -a gs "git status" 28 28 abbr -a ga "git add" 29 - abbr -a gc "git commit" 29 + abbr -a gc "git commit -s" 30 30 abbr -a gb "git branch" 31 31 abbr -a gd "git diff" 32 32 abbr -a gcl "git clone"
-3
config/git/config
··· 1 - [alias] 2 - commit = commit -s 3 - 4 1 [commit] 5 2 gpgSign = true 6 3 verbose = true