Commit ccb18ed9 authored by Derek Willian Stavis's avatar Derek Willian Stavis

Merge pull request #237 from oh-my-fish/registry/theme/add-lolfish

registry: Add lolfish theme
parents dc4cdcdc 63cfb331
https://github.com/er0/lolfish.git
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
- [l](#l) - [l](#l)
- [lambda](#lambda) - [lambda](#lambda)
- [led](#led) - [led](#led)
- [lolfish](#lolfish)
- [mtahmed](#mtahmed) - [mtahmed](#mtahmed)
- [nai](#nai) - [nai](#nai)
- [nelsonjchen](#nelsonjchen) - [nelsonjchen](#nelsonjchen)
...@@ -272,6 +273,7 @@ You can override some of the following default options in your `config.fish`: ...@@ -272,6 +273,7 @@ You can override some of the following default options in your `config.fish`:
set -g theme_display_git no set -g theme_display_git no
set -g theme_display_git_untracked no set -g theme_display_git_untracked no
set -g theme_display_git_ahead_verbose yes set -g theme_display_git_ahead_verbose yes
set -g theme_display_vagrant yes
set -g theme_display_hg yes set -g theme_display_hg yes
set -g theme_display_virtualenv no set -g theme_display_virtualenv no
set -g theme_display_ruby no set -g theme_display_ruby no
...@@ -294,6 +296,7 @@ set -g default_user your_normal_user ...@@ -294,6 +296,7 @@ set -g default_user your_normal_user
**Prompt options** **Prompt options**
- `theme_display_ruby`. Use `no` to completely hide all information about Ruby version. By default Ruby version displayed if there is the difference from default settings. - `theme_display_ruby`. Use `no` to completely hide all information about Ruby version. By default Ruby version displayed if there is the difference from default settings.
- `theme_display_vagrant`. This feature is disabled by default, use `yes` to display Vagrant status in your prompt. Please note, only VirtualBox provider is supported.
[THEMES-NAMESPACE-bobthefish-fish]: https://github.com/fish-shell/fish-shell [THEMES-NAMESPACE-bobthefish-fish]: https://github.com/fish-shell/fish-shell
[THEMES-NAMESPACE-bobthefish-screenshot]: http://i.0x7f.us/bobthefish.png [THEMES-NAMESPACE-bobthefish-screenshot]: http://i.0x7f.us/bobthefish.png
...@@ -1390,6 +1393,8 @@ omf install lambda ...@@ -1390,6 +1393,8 @@ omf install lambda
[THEMES-NAMESPACE-led-Wahoo]: https://github.com/bucaran/wahoo [THEMES-NAMESPACE-led-Wahoo]: https://github.com/bucaran/wahoo
# lolfish
See https://github.com/er0/lolfish.git for details
# mtahmed # mtahmed
#### mtahmed #### mtahmed
...@@ -1618,6 +1623,12 @@ This is similar to godfat's gitstatus theme, but mainly includes red, white, cya ...@@ -1618,6 +1623,12 @@ This is similar to godfat's gitstatus theme, but mainly includes red, white, cya
#### Install #### Install
##### Fisherman
```fish
fisher install pure
```
##### Oh-My-Fish ##### Oh-My-Fish
```fish ```fish
......
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