#!/usr/bin/env fish
#
function gitcia -d "git commit all added/removed files"
git commit -Sa $argv
end