diff options
Diffstat (limited to 'src/nushell/040_config.nu')
| -rw-r--r-- | src/nushell/040_config.nu | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/nushell/040_config.nu b/src/nushell/040_config.nu new file mode 100644 index 0000000..7ac7b2e --- /dev/null +++ b/src/nushell/040_config.nu @@ -0,0 +1,19 @@ +# +# ~~~ nushell config +# + +# +# ~~~ environment +use environment.nu + +# +# ~~~ custom commands + +# youtube +use scripts/youtube.nu * + +# +# ~~~ theming + +# hide banner +$env.config.show_banner = false |
