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