8 lines
280 B
Plaintext
Raw Normal View History

2023-08-23 22:59:04 +02:00
source ~/.config/nushell/prompt.nu
2023-07-26 10:25:55 +02:00
source ~/.config/nushell/alias.nu
2023-08-23 22:59:04 +02:00
$env.config.show_banner = false
$env.config.history.file_format = "sqlite"
$env.config.history.isolation = true
2023-08-24 10:05:51 +02:00
$env.config.hooks.pre_prompt = [{print --no-newline $"(ansi title)(whoami)@(hostname)(ansi st)"}]