We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Mac, antigen, iTerm2 In .zshrc, the theme doesnt work with these lines
.zshrc
source $HOME/.zsh/bundle/bin/antigen.zsh antigen theme https://github.com/agnoster/agnoster-zsh-theme
example output
Last login: Thu Jul 25 22:26:21 on ttys000 $(prompt_agnoster_main) cd ~ $(prompt_agnoster_main)
but changing these lines, the theme works
source $HOME/.zsh/bundle/bin/antigen.zsh antigen use oh-my-zsh # Load the oh-my-zsh's library. antigen theme agnoster
does the theme not work without loading ohmyzsh
The text was updated successfully, but these errors were encountered:
See my PR #114 for the simple fix
Sorry, something went wrong.
Do you have setopt promptsubst enabled? You need that.
setopt promptsubst
Closing as dupe of #35. Let's take the discussion over there and decide which fix approach is better.
Successfully merging a pull request may close this issue.
Using Mac, antigen, iTerm2
In
.zshrc
, the theme doesnt work with these linesexample output
but changing these lines, the theme works
does the theme not work without loading ohmyzsh
The text was updated successfully, but these errors were encountered: