all repos — dotfiles @ 285f73a675bcbd5e234df58e0ca35036b60e7488

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