oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.44k stars 222 forks source link

Just display working tree, not sub folders #358

Closed axlroden closed 4 months ago

axlroden commented 4 months ago

I seem to be missing a setting where I only show the directory I am in, is this possible ? I would like to avoid sub directories, unless im in a git repo or the like.

bobthecow commented 4 months ago

I'm not sure I understand. Can you give me an example of what you see, and what you'd prefer to see?

axlroden commented 4 months ago

What i see: image

What I would love: image

bobthecow commented 4 months ago

I just pushed a change that allows hiding the parent path.

set -g theme_show_project_parent no
axlroden commented 4 months ago

Thankyou!!