Commit 06b35235 authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #262 from bobthecow/fish-all-the-fish

parents 02529d7a c91f0932
...@@ -28,6 +28,8 @@ This theme is based loosely on [agnoster][agnoster]. ...@@ -28,6 +28,8 @@ This theme is based loosely on [agnoster][agnoster].
* Background jobs (%) * Background jobs (%)
* You currently have superpowers ($) * You currently have superpowers ($)
* User@Host (unless you're the default user) * User@Host (unless you're the default user)
* Current RVM or rbenv (Ruby) version
* Current virtualenv (Python) version
* Abbreviated parent directory * Abbreviated parent directory
* Current directory, or Git or Mercurial project name * Current directory, or Git or Mercurial project name
* Current project's repo branch ( master) or detached head (➦ d0dfd9b) * Current project's repo branch ( master) or detached head (➦ d0dfd9b)
...@@ -43,6 +45,18 @@ This theme is based loosely on [agnoster][agnoster]. ...@@ -43,6 +45,18 @@ This theme is based loosely on [agnoster][agnoster].
* Abbreviated project-relative path * Abbreviated project-relative path
### Configuration
You can override some default options in your `config.fish`:
set -g theme_display_git no
set -g theme_display_hg yes
set -g theme_display_virtualenv no
set -g theme_display_ruby no
set -g theme_display_user yes
set -g default_user your_normal_user
[screenshot]: http://i.0x7f.us/bobthefish.png [screenshot]: http://i.0x7f.us/bobthefish.png
[patching]: https://powerline.readthedocs.org/en/latest/fontpatching.html [patching]: https://powerline.readthedocs.org/en/latest/fontpatching.html
[fonts]: https://github.com/Lokaltog/powerline-fonts [fonts]: https://github.com/Lokaltog/powerline-fonts
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment