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
|
|
|
|
$env.config.hooks.pre_prompt = [{print $"(ansi title)(whoami)@(hostname)(ansi st)"}]
|