The default theme – cloned from oh-my-zsh. add human readable execution time of last command
omf install robbyrussell
wget -O ~/.local/share/omf/themes/robbyrussell/functions/fish_right_prompt.fish https://raw.githubusercontent.com/icpd/theme-robbyrussell/master/functions/fish_right_prompt.fish
- Displays git information in the command prompt when available.
- If the last command was failed, the indicator would be red, otherwise it's green
To ignore untracked files when signaling repository status, set
theme_display_git_untracked
to no
:
set theme_display_git_untracked no