joshukraine / dotfiles

:round_pushpin: My dotfiles for macOS using Neovim, Zsh or Fish, and Kitty or iTerm+Tmux

Home Page:https://jsua.co/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zsh prompt configuration does't seem to match project screenshots

hamidb opened this issue · comments

Hi,
I just tried to use zshrc configuration in which prompt file was sourced.
However, I am confused since the result of my zsh is not the same as screenshots in the README.md page.

Here is how my zsh looks:

And the screenshot:

Am I missing something?

@hamidb Yes, the difference is because I include configs for two shells: fish and zsh. I used to use zsh as my main shell, and the prompt you're seeing was the one I used at that time. However, my current daily driver is fish, and with that config I use the Starship prompt.

Starship also supports zsh, but since I don't use zsh anymore I haven't taken the time to update it. If you're interested in doing that, I'd be happy to accept a PR! 🙂

Thanks @joshukraine
It makes sense. I also managed to replicate the screenshots using spaceship prompt.
As it's purely taken from spaceship-prompt, there's no point in creating a PR out of it.
Btw, thanks for sharing your cool and organised dotfiles. I almost took it without change.

@hamidb You're quite welcome. Thanks for the kind words. 🙂 Have a great weekend!