From 54aad12a3480476d2b6ba3ae450e3fbbc86a549b Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 24 Jun 2015 14:57:07 -0700 Subject: [PATCH] Update README with new theme options. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 912fd97..ea600db 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ This theme is based loosely on [agnoster][agnoster]. You can override some default options in your `config.fish`: set -g theme_display_git no + set -g theme_display_git_untracked yes + set -g theme_display_git_ahead_verbose yes set -g theme_display_hg yes set -g theme_display_virtualenv no set -g theme_display_ruby no