eendroroy / alien

An asynchronous zsh prompt
https://eendroroy.github.io/alien
MIT License
307 stars 45 forks source link

All symbols remain ?s #9

Closed Aponcher closed 6 years ago

Aponcher commented 6 years ago

arrows and dirty symbols etc from powerline and or Nerd-font

so the theme actually looks like it should

salmanulfarzy commented 6 years ago

Powerline font is required, Do you have it installed and activated ?

how might i go about altering the prompt to get rid of certain portions

Looks like PROMPT and RPROMPT are hard coded. You could modify that in your .zshrc file

https://github.com/eendroroy/alien/blob/de7189ffb6b9e2663c1a585588d5c4de7f9f1c81/alien.zsh#L24-L34

Note that VCS sections are invoked separately

https://github.com/eendroroy/alien/blob/de7189ffb6b9e2663c1a585588d5c4de7f9f1c81/modules/async.zsh#L5-L25

eendroroy commented 6 years ago

Agree with @salmanulfarzy

Yes, you need to install Powerline fonts.

And, if you want to change the prompt, you will have to change a few files: