diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu index a04be3fb..a98b5c0e 100644 --- a/.config/nushell/config.nu +++ b/.config/nushell/config.nu @@ -6,9 +6,6 @@ $env.config = ($env.config? | default {} | merge { rm: { always_trash: true } - cd: { - abbreviations: true - } history: { file_format: "sqlite" isolation: false