From 897c8ca867b082369f7705d9870be7fbc08fe230 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 15 Nov 2023 23:02:27 +0100 Subject: [PATCH] Update nushell config for new nu version --- private_dot_config/nushell/config.nu | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/private_dot_config/nushell/config.nu b/private_dot_config/nushell/config.nu index 90a03d7..36f6643 100644 --- a/private_dot_config/nushell/config.nu +++ b/private_dot_config/nushell/config.nu @@ -135,8 +135,6 @@ $env.config = { rm: { always_trash: false } - # settings for the cd command - cd: {} # history settings history: { max_size: 10000 # Session has to be reloaded for this to take effect @@ -431,3 +429,8 @@ source ~/.config/nushell/fnm.nu # broot source ~/.config/broot/launcher/nushell/br + +# utility commands +source ~/.config/nushell/utils.nu + +source /home/trivernis/.config/broot/launcher/nushell/br