fix(nushell): fix up dead code
This commit is contained in:
parent
ac0241d27a
commit
a9968755a0
1 changed files with 0 additions and 3 deletions
|
@ -17,8 +17,6 @@
|
||||||
# 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: {
|
||||||
|
@ -38,5 +36,4 @@ $env = {
|
||||||
}
|
}
|
||||||
show_banner: false
|
show_banner: false
|
||||||
}
|
}
|
||||||
LS_COLOURS = ""
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue