Home

Awesome

Sashimi

Releases MIT License

A minimal fish shell prompt made of raw fish.

Sashimi uses your prompt real estate as low as possible. It focuses on only required information. Along with being minimalist, the error codes are shown to user so that you can start to debug from a better point. See the features list for more detailed information.

<p align="center"> <img src="images/preview.png" alt="screenshot"/> </p>

Features

Installation

You can install sashimi by cloning this repository and linking the fish_prompt.fish file to your ~/.config/fish/functions directory or any directory in your fish functions path.

git clone https://github.com/isacikgoz/sashimi
cd sashimi
ln -s fish_prompt.fish ~/.config/fish/functions/fish_prompt.fish

If you are using a package manager, you have the following options:

Credits

This prompt was inspired by other promps such as:

License

MIT