-
Notifications
You must be signed in to change notification settings - Fork 17
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
oh-my-zsh #3
Comments
I use oh-my-zsh too. Just follow the instructions in the readme by adding the script in the current |
I wonder if there's an easier way to do it perhaps using it as a plugin. I'll have to look at the docs. |
Since the script makes changes in the |
Possibly not. The way git prompt works in the themes basically assume git exists and call the git prompt function and add it to the prompt. Simply appending to the prompt won't work because it has to be called on every update and it needs to be in a specific place in the prompt. For example, my theme is two lines and the second line is an arrow. If it were just appended it would look weird. Perhaps using a custom theme is the best/only way to do it. I'll keep looking. |
I'm using it with zsh but not oh-my-zsh, I'm using antigen and prompt pure- so naturally when adding thirsty.sh it overrides prompt pure. I'm going to see if I can rig it up to work as a zsh and/or antigen plugin of some kind. I'll open a pull req if successful |
this looks nice, any idea how to integrate it with https://github.com/robbyrussell/oh-my-zsh ?
The text was updated successfully, but these errors were encountered: