dotfiles/fish/functions/git_dirty.fish

6 lines
64 B
Fish

function git_dirty
not git diff HEAD --quiet ^/dev/null
end