This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
b6a3084dd6
dotfiles
/
fish
/
functions
/
git_dirty.fish
8 lines
98 B
Fish
Raw
Blame
History
function
git_dirty
if
not
is_git_repo
return
1
end
not
git diff HEAD
--quiet
^
/dev/null
end
View Git Blame
Copy Permalink