From 8c86c95376da3174af76e8196cf07f7914db87a1 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Wed, 29 Jan 2025 19:53:32 +0000 Subject: [PATCH] fix(nushell): revert previous commit This reverts commit a9968755a0c35ad2ce38e6f0797b9bffd5b7b752. --- overlays/derivations/nu/cfg/env.nu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlays/derivations/nu/cfg/env.nu b/overlays/derivations/nu/cfg/env.nu index 3baaa29..9de30a7 100644 --- a/overlays/derivations/nu/cfg/env.nu +++ b/overlays/derivations/nu/cfg/env.nu @@ -17,6 +17,8 @@ # You can remove these comments if you want or leave # them for future reference. +def co + $env = { config = { hooks: { @@ -36,4 +38,5 @@ $env = { } show_banner: false } + LS_COLOURS = "" }