Skip to content

oranja/theme-pure

 
 

Repository files navigation

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.

About

Port of the `pure` ZSH theme to Fish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%