Add theme_display_nix variable to other places.

This commit is contained in:
Duke Jones 2019-06-20 10:12:36 +02:00
parent 50b9da5081
commit 4fbb85ad3a
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ set -g theme_display_docker_machine no
set -g theme_display_k8s_context yes set -g theme_display_k8s_context 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_nix no
set -g theme_display_ruby no set -g theme_display_ruby no
set -g theme_display_user ssh set -g theme_display_user ssh
set -g theme_display_hostname ssh set -g theme_display_hostname ssh

View File

@ -30,6 +30,7 @@
# set -g theme_display_k8s_context yes # set -g theme_display_k8s_context 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_nix no
# set -g theme_display_ruby no # set -g theme_display_ruby no
# set -g theme_display_user ssh # set -g theme_display_user ssh
# set -g theme_display_hostname ssh # set -g theme_display_hostname ssh