Files
dotfiles/nushell/config.nu
2025-11-29 17:33:00 -05:00

10 lines
438 B
Plaintext

# Disable welcome message per https://www.nushell.sh/book/configuration.html#remove-welcome-message
$env.config.show_banner = false
# Set theme
source ($nu.default-config-dir | path join "themes/catppuccin/themes/catppuccin_mocha.nu")
# 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")