From 927578a26f1ab1bf56bf4a9253b461c3e77680cb Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 2 Jun 2021 08:39:28 -0500 Subject: [PATCH] fixed the prompt (#3539) --- docs/sample_config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sample_config/config.toml b/docs/sample_config/config.toml index d5f29e14b5..e6062bbd9a 100644 --- a/docs/sample_config/config.toml +++ b/docs/sample_config/config.toml @@ -14,7 +14,7 @@ pivot_mode = "auto" # auto, always, never ctrlc_exit = false complete_from_path = true rm_always_trash = true -prompt = "build-string (ansi gb) (pwd) (ansi reset) '(' (ansi cb) (do -i { git rev-parse --abbrev-ref HEAD } | str trim ) (ansi reset) ')' (ansi yb) (date format '%m/%d/%Y %I:%M:%S%.3f %p' ) (ansi reset) '> ' " +prompt = "build-string (ansi gb) (pwd) (ansi reset) '(' (ansi cb) (do -i { git rev-parse --abbrev-ref HEAD } | str trim ) (ansi reset) ')' (char newline) (ansi yb) (date format '%m/%d/%Y %I:%M:%S%.3f %p') (ansi reset) '> ' " # for each of the options in the color_config section, you are able to set # the color alone or with one of the following attributes.