Skip to content

stefanmaric/bigfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bigfish

A long, two-lines fishshell prompt theme.

bigfish

I was tired of issues with patched fonts like Powerline so I crafted this prompt that relies on Unicode glyphs only.

Install

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.

Know the prompt

First line, from left to right:

  • In bold blue: Current directory, shortened a bit.

  • Gear (⚙) in magenta if there are any background jobs.

  • Git info, green when clean and yellow 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 a package.json file around.

  • Last command duration.

  • Time when last command returned control to the shell.

  • Last command error code in red if any.

Second line, from left to right

  • Regular user (•) in gray or root user (⌁) in red,

Contribute

Just open a Pull Request

License

MIT ♥ — See LICENSE