fix(nushell): revert previous commit

This reverts commit a9968755a0.
This commit is contained in:
Artur Manuel 2025-01-29 19:53:32 +00:00
commit 8c86c95376

View file

@ -17,6 +17,8 @@
# You can remove these comments if you want or leave # You can remove these comments if you want or leave
# them for future reference. # them for future reference.
def co
$env = { $env = {
config = { config = {
hooks: { hooks: {
@ -36,4 +38,5 @@ $env = {
} }
show_banner: false show_banner: false
} }
LS_COLOURS = ""
} }