8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
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)"}]
|