Skip to content

Alternatives section for README with zsh-suggestions. #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ In addition, by simply exporting a couple of variables in `~/.git-bash-for-mac.s
* if you set `export GIT_PS1_SHOWUNTRACKEDFILES=1` and there are untracked files then a '%' will be shown next to the branch name.

More info and options can be found [here](https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Bash).

### Alternatives

Want it to work for `zsh`? Check out:
* [ondkloss/git-bash-for-mac](https://github.com/Ondkloss/git-bash-for-mac): A lightweight fork that adds similar functionality to `zsh`.
* [ohmyzsh/ohmyzsh](https://github.com/ohmyzsh/ohmyzsh): A heavyweight alternative with powerful `zsh` configuration capabilities.