7 lines
66 B
Fish
7 lines
66 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gitci
|
||
|
git commit -S $argv
|
||
|
end
|