theme_display_ssh defaults to no

pull/144/merge
Philip Schaten 6 years ago committed by Justin Hileman
parent 2428af06aa
commit 89ca08abc4

@ -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**

@ -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

Loading…
Cancel
Save