Max Fung

Results 2 comments of Max Fung

Found a workaround solution. Type out the path to the spaceship theme file in your .zshrc. In my case, it looks like this in mine: ``` autoload -U promptinit; promptinit...

I found a more reliable solution here: https://github.com/spaceship-prompt/spaceship-prompt/issues/1057#issuecomment-981133419 Just add Homebrew's site functions to your fpath in zshrc: `fpath=( "$HOMEBREW_PREFIX/share/zsh/site-functions" $fpath )`