A long, two-lines fishshell prompt theme.
I was tired of issues with patched fonts like Powerline so I crafted this prompt that relies on Unicode glyphs only.
Use fisher:
fisher install stefanmaric/git_util
fisher install stefanmaric/bigfish
If you are interested in manual installation, please open an issue asking for help and I will give you instructions and then update this README.
-
In bold
blue
: Current directory, shortened a bit. -
Gear (⚙) in
magenta
if there are any background jobs. -
Git info,
green
when clean andyellow
when dirty:- On top of branch (🜉), tag (⌂), or detached head (⌀) glyph.
- Branch name, tag name, or short commit checksum.
- Branch is behind (⭳), ahead (⭱), or diverged (🔀) from remote.
- There is least one stash (≡).
- There are staged changes ready for commit (±).
- There are changes not ready for commit (dirty state) (*).
- There are new untracked files (…).
-
Nodejs version (⬡) in
cyan
if there's apackage.json
file around. -
Last command duration.
-
Time when last command returned control to the shell.
-
Last command error code in
red
if any.
- Regular user (•) in
gray
or root user (⌁) inred
,
Just open a Pull Request
MIT ♥ — See LICENSE