umayr / theme-sushi

Sushi theme for Fishshell.
MIT License
23 stars 20 forks source link

Fix no context error #17

Open moali87 opened 4 years ago

moali87 commented 4 years ago

The problem: The context can be removed via editing the config file which causes errors on the promp

image

The solution: Ignore the error and when it's not set do not print anything

image

This is built on top of https://github.com/umayr/theme-sushi/pull/15