tylerreckart / hyperzsh

git flavored zsh
MIT License
529 stars 43 forks source link

How to set $PROMPT #9

Closed artivilla closed 7 years ago

artivilla commented 7 years ago

Tried installing hyperzsh using antigen, here's my .zshrc file:

# antigen
source /usr/local/share/antigen/antigen.zsh

# install some antigen bundles
local b="antigen-bundle"

# anitgen hyper theme
$b tylerreckart/hyperzsh

I also uncommented the second prompt to get the SHA. My prompt is set to something else but I can't tell where. There is no .bash_profile, .bash files set.

https://cloudup.com/cApdUem8fqA

desyncr commented 7 years ago

@artivilla antigen theme tylerreckart/hyperzsh hyperzsh.zsh-theme

artivilla commented 7 years ago

@desyncr thank you! works perf. 🙂