From 4fbb85ad3a0f7f4ed02d74b8a7db05561260ed9d Mon Sep 17 00:00:00 2001 From: Duke Jones Date: Thu, 20 Jun 2019 10:12:36 +0200 Subject: [PATCH] Add theme_display_nix variable to other places. --- README.md | 1 + fish_prompt.fish | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f9ed59..4192149 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ set -g theme_display_docker_machine no set -g theme_display_k8s_context yes set -g theme_display_hg yes set -g theme_display_virtualenv no +set -g theme_display_nix no set -g theme_display_ruby no set -g theme_display_user ssh set -g theme_display_hostname ssh diff --git a/fish_prompt.fish b/fish_prompt.fish index 197d81e..6bc8f78 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -30,6 +30,7 @@ # set -g theme_display_k8s_context yes # set -g theme_display_hg yes # set -g theme_display_virtualenv no +# set -g theme_display_nix no # set -g theme_display_ruby no # set -g theme_display_user ssh # set -g theme_display_hostname ssh