6 lines
82 B
Fish
Executable file
6 lines
82 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function gitci -d "git commit"
|
|
git commit -S $argv
|
|
end
|