diff --git a/modules/common/nushell/config.nu b/modules/common/nushell/config.nu index e11c3c7..75f25e3 100644 --- a/modules/common/nushell/config.nu +++ b/modules/common/nushell/config.nu @@ -138,12 +138,7 @@ $env.config.hooks.pre_execution = [ } ] -$env.config.hooks.env_change.PWD = [ - {|_before, after| - ls $after - | if ($in | length) < 20 { print } - } -] +$env.config.hooks.env_change = {} $env.config.hooks.display_output = {|| tee { table --expand | print }