mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 06:51:28 +02:00
adjust where prompt markers go (#5491)
* adjust where prompt markers go * marks are working, yipee!
This commit is contained in:
@@ -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!());
|
||||
|
Reference in New Issue
Block a user