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
db5739614e
dotfiles
/
fish
/
functions
/
is_git_repo.fish
7 lines
87 B
Fish
Raw
Blame
History
function
is_git_repo
git
status
>
/dev/null
^
/dev/null
not
test
$status
-eq
128
end
View Git Blame
Copy Permalink