mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
7 lines
331 B
Plaintext
7 lines
331 B
Plaintext
# Disable welcome message per https://www.nushell.sh/book/configuration.html#remove-welcome-message
|
|
$env.config.show_banner = false
|
|
|
|
# Starship initialization per https://starship.rs/guide/
|
|
mkdir ($nu.data-dir | path join "vendor/autoload")
|
|
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
|