home/.config/nushell/config.nu
2023-08-24 10:05:51 +02:00

7 lines
280 B
Text

source ~/.config/nushell/prompt.nu
source ~/.config/nushell/alias.nu
$env.config.show_banner = false
$env.config.history.file_format = "sqlite"
$env.config.history.isolation = true
$env.config.hooks.pre_prompt = [{print --no-newline $"(ansi title)(whoami)@(hostname)(ansi st)"}]