From f8a322ca8e1b906c8d4e1de8cd6d55687d45ad8b Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 1 Jan 2025 03:15:54 +0100 Subject: [PATCH] update nu config --- other/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/config.nu b/other/config.nu index b03a517..6537149 100644 --- a/other/config.nu +++ b/other/config.nu @@ -271,7 +271,7 @@ $env.config = { render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt. hooks: { - pre_prompt: { null } + pre_prompt: [] pre_execution: [{ $env.CMD_COUNT = $env.CMD_COUNT + 1; }] # run before the repl input is run env_change: { PWD: [{|before, after| null }] # run if the PWD environment is different since the last repl input