all repos — dotfiles @ 80e2a806c30ffd3e1f61d032c2276e4e86583f04

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