Skip to content

paulirish/pure

 
 

Repository files navigation

pure Fish Shell Version

Port of the pure ZSH theme to Fish

Install

Manually

Via cURL:

$ # Download the installer to `/tmp`
$ curl -Ls https://raw.github.com/rafaelrinaldi/pure/master/installer.fish > /tmp/pure_installer.fish
$ # Source and trigger the installer
$ source /tmp/pure_installer.fish; and install_pure
$ fisher rafaelrinaldi/pure
$ omf install pure

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 (if timeout is greather than default threshold)

Configuration

# Change the prompt text
set pure_symbol_prompt "~>"
set pure_symbol_git_down_arrow "v"
set pure_symbol_git_down_arrow "^"
set pure_symbol_git_dirty "!"
set pure_symbol_horizontal_bar "_"

# Change the colors
set pure_color_blue (set_color "1e00fd")
set pure_color_cyan (set_color "1e95fd")
set pure_color_gray (set_color "6c6c6c")
set pure_color_green (set_color "66ff66")
set pure_color_normal (set_color "000000")
set pure_color_red (set_color "f820ff")
set pure_color_yellow (set_color "1bc8c8")

Maintainers

Kudos to all our awesome 💛 contributors 💛

License

MIT © Rafael Rinaldi

About

❯ Port of the `pure` ZSH theme to Fish

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%