A theme for Oh My Fish.
omf install git@github.com:jim-ec/omf-theme-minima.git
omf theme minima
- Prompt: Red when last exit code was non-zero, green otherwise
- Path: Relative to home or relative to repository root
- Current Git branch
- High responsiveness due to very few processes spawning per prompt
To disable the greeting displayed when launching the fish shell, amend the following instruction to ~/.config/fish/config.fish:
set -U fish_greetingTo add to your path variable, use the -a option to append or -p to prepend:
set -a PATH ~/bin