nushell: Small fixes

This commit is contained in:
2024-11-04 17:14:22 +01:00
parent 27118bd9f3
commit f380299780
2 changed files with 54 additions and 43 deletions

View File

@ -30,6 +30,13 @@ source theme.nu
$env.config = {
show_banner: false
display_errors: {
exit_code: false # assume the external command prints an error message
# Core dump errors are always printed, and SIGPIPE never triggers an error.
# The setting below controls message printing for termination by all other signals.
termination_signal: true
}
ls: {
use_ls_colors: true # use the LS_COLORS environment variable to colorize output
clickable_links: true # enable or disable clickable links. Your terminal has to support links.