summaryrefslogtreecommitdiffstats
path: root/fish/functions/state.fish
blob: f8a3ccfd456c00d1377b694686a553fefc49283a (plain)
1
2
3
4
function state --wraps='git status' --description 'alias state git status'
  git status $argv
        
end