From 92261c49fcfb2b78983c7441199861f1d89d390a Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 8 Nov 2022 18:25:16 +0100 Subject: [PATCH] Disable cd with abbr --- .config/nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu index 7466df9..ac59dc3 100644 --- a/.config/nushell/config.nu +++ b/.config/nushell/config.nu @@ -1,5 +1,5 @@ let-env config = { - cd_with_abbreviations: true + cd_with_abbreviations: false show_banner: false }