adjust where prompt markers go (#5491)

* adjust where prompt markers go

* marks are working, yipee!
This commit is contained in:
Darren Schroeder
2022-05-10 16:33:18 -05:00
committed by GitHub
parent 1d64863585
commit 94a9380e8b
3 changed files with 64 additions and 85 deletions

View File

@@ -147,10 +147,6 @@ pub(crate) fn update_prompt<'prompt>(
(prompt_vi_insert_string, prompt_vi_normal_string),
);
if config.shell_integration {
nu_prompt.enable_shell_integration();
}
let ret_val = nu_prompt as &dyn Prompt;
if is_perf_true {
info!("update_prompt {}:{}:{}", file!(), line!(), column!());