From c92e445b01e24d814e02bc4cb90a2cbb559c94e1 Mon Sep 17 00:00:00 2001 From: Gerard Ribugent Date: Mon, 13 May 2019 15:05:35 +0200 Subject: [PATCH] Add theme_truncate_git_branch to Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f9ed59..5638fed 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ set -g theme_newline_prompt '$ ' - `theme_display_hostname`. Same behaviour as `theme_display`. - `theme_show_exit_status`. Set this option to `yes` to have the prompt show the last exit code if it was non_zero instead of just the exclamation mark. - `theme_git_worktree_support`. If you do any git worktree shenanigans, setting this to `yes` will fix incorrect project-relative path display. If you don't do any git worktree shenanigans, leave it disabled. It's faster this way :) +- `theme_truncate_git_branch`. Set this option to `yes` to truncate long git branches. - `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.