nushell: add settings option
This commit is contained in:
parent
a1df6c4c76
commit
46c83c07b9
4 changed files with 65 additions and 16 deletions
|
|
@ -1,4 +1,10 @@
|
|||
let $config = {
|
||||
$env.config.display_errors.exit_code = false
|
||||
$env.config.hooks.pre_execution = [
|
||||
({|| "pre_execution hook"})
|
||||
]
|
||||
$env.config.show_banner = false
|
||||
|
||||
let config = {
|
||||
filesize_metric: false
|
||||
table_mode: rounded
|
||||
use_ls_colors: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue