From 89ca08abc4ed0d36d94835219fd7d9cb37bf53f8 Mon Sep 17 00:00:00 2001 From: Philip Schaten Date: Sun, 18 Mar 2018 23:12:22 +0100 Subject: [PATCH] theme_display_ssh defaults to no --- README.md | 4 ++-- fish_prompt.fish | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06b7117..9f56f65 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ set -g theme_display_virtualenv no set -g theme_display_ruby no set -g theme_display_user yes set -g theme_display_hostname yes -set -h theme_display_ssh yes +set -h theme_display_ssh no set -g theme_display_vi no set -g theme_display_date no set -g theme_display_cmd_duration yes @@ -120,7 +120,7 @@ set -g theme_newline_cursor yes - `fish_prompt_pwd_dir_length`. bobthefish respects the Fish `$fish_prompt_pwd_dir_length` setting to abbreviate the prompt path. Set to `0` to show the full path, `1` (default) to show only the first character of each parent directory name, or any other number to show up to that many characters. - `theme_project_dir_length`. The same as `$fish_prompt_pwd_dir_length`, but for the path relative to the current project root. Defaults to `0`; set to any other number to show an abbreviated path. - `theme_newline_cursor`. Use `yes` to have cursor start on a new line. By default the prompt is only one line. When working with long directories it may be preferrend to have cursor on the next line. Setting this to `clean` instead of `yes` suppresses the caret on the new line. -- `theme_display_ssh`. Use `no` to hide user- and hostname in ssh-sessions. +- `theme_display_ssh`. Use `yes` to display user- and hostname in ssh-sessions, even if they're not shown normally. **Color scheme options** diff --git a/fish_prompt.fish b/fish_prompt.fish index 1ea652e..d09bfb1 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -32,7 +32,7 @@ # set -g theme_display_ruby no # set -g theme_display_user yes # set -g theme_display_hostname yes -# set -g theme_display_ssh yes +# set -g theme_display_ssh no # set -g theme_display_vi no # set -g theme_avoid_ambiguous_glyphs yes # set -g theme_powerline_fonts no