From df28b228f70f90b23f727010e26144e74e783b9a Mon Sep 17 00:00:00 2001 From: "a.stevan" Date: Wed, 4 Oct 2023 10:05:16 +0200 Subject: [PATCH] remove `$env.config.cd.abbreviations` related to https://github.com/nushell/nushell/pull/10588 --- .config/nushell/config.nu | 3 --- 1 file changed, 3 deletions(-) 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