all repos — dotfiles @ e6921d9e2eb9c623224fab6ee72836c38ea92171

my *nix dotfiles

config/fish/functions/ga.fish (view raw)

1# Defined in - @ line 1
2function ga --wraps='git add' --description 'alias ga=git add'
3  git add $argv;
4end