oh-my-fish / theme-l

MIT License
1 stars 9 forks source link

Why dont we use the omf "git_branch_name" and "is_git_dirty"? #7

Open bonflintstone opened 5 years ago

bonflintstone commented 5 years ago

I was thinking about implementing a way to ignore specific git directories in the prompt, like disable-git-prompt-in-oh-my-zsh

I would want to implement this in here: git_is_repo.fish but that would be of no use if that function is not used by the themes!

So before I start making pull requests I just wanted to ask if there is a specific reason we don't use those utilities

Btw, love this theme, love omf. Thanks!

sagebind commented 5 years ago

Those functions have been around for a very long time and if I recall the plan was to remove them, so I don't think they should be relied on for new development.