geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
921 stars 94 forks source link

The geometry theme incorrectly installed #243

Closed dyrkow closed 5 years ago

dyrkow commented 5 years ago

Hi, I use the following manual:

Clone this repository as follows:

git clone https://github.com/geometry-zsh/geometry
cd geometry
git submodule update --init --recursive

Then add it to your .zshrc configuration:

source /path/to/geometry/geometry.zsh

And in result I have

image

Not this

image

What I can do with it?

jedahan commented 5 years ago

By default, we show the path and hostname. If you just want the path, you can add export GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path) before source geometry.zsh. This will only show the triangle and directory.

The [ and ] brackets at the beginning and end seem to be something with Terminal.app that I am not sure what it is.

So the only thing that looks out of place is is the :: on the left hand side - can you share your entire ~/.zshrc file?