Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.67 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.67 KB

Pure

Port of the pure ZSH theme to Fish.

MIT License Fish Shell Version


Screenshot

Install

Fisherman

fisher install pure

Oh-My-Fish

omf install pure

Manually

set -l ffns (echo $HOME/.config/fish/functions)
curl -Ls https://raw.github.com/rafaelrinaldi/pure/master/fish_prompt.fish > $ffns/fish_prompt.fish
. $ffns/fish_prompt.fish

Features

  • Display current directory tail
  • Display Git branch name
  • Display whether or not the working copy is dirty
  • Display an up arrow if there are stuff to be pushed
  • Display an down arrow if there are stuff to be pulled
  • Display prompt symbol in red if previous command has failed
  • Display the current folder and command when a process is running
  • Display username and host when in an SSH session
  • Display duration of failed commands

Contributors

License

MIT © Rafael Rinaldi et al.