From c91f0932d7ec751c3389bf2448e5f1f4a40c00f9 Mon Sep 17 00:00:00 2001
From: Justin Hileman <justin@justinhileman.info>
Date: Wed, 26 Nov 2014 12:04:10 -0500
Subject: [PATCH] [bobthefish] Add config options to readme.

---
 themes/bobthefish/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/themes/bobthefish/README.md b/themes/bobthefish/README.md
index 619d065..46873bd 100644
--- a/themes/bobthefish/README.md
+++ b/themes/bobthefish/README.md
@@ -45,6 +45,18 @@ This theme is based loosely on [agnoster][agnoster].
  * 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
 [patching]:   https://powerline.readthedocs.org/en/latest/fontpatching.html
 [fonts]:      https://github.com/Lokaltog/powerline-fonts
-- 
GitLab