fix(nushell): fix up dead code

This commit is contained in:
Artur Manuel 2025-01-29 19:44:52 +00:00
commit a9968755a0

View file

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