Skip to content

These docs are for the newly-released v4.

If you are or were using v3, check out What's New. If you are or were using v3 and do advanced configuration, read the migration guide and/or read about pinning v3.x.

 

 

Troubleshooting

If you get a momentary error

There was problem finishing installing Hometown

the mostly likely cause is a Git submodules initialization problem.

Try this to fix it:

  1. cd to the hometown-prompt directory

  2. Run

    shell
    git submodule update --remote --recursive --init
    exec zsh

If that fixes it, run exec zsh in any other open terminals.