reset nushell config

This commit is contained in:
Nathan McCarty 2024-11-29 04:54:22 +00:00
parent bb2bcb2a23
commit b53897e42f
2 changed files with 862 additions and 860 deletions

View file

@ -241,7 +241,7 @@ color_config: $dark_theme # if you want a more interesting theme, you can replac
buffer_editor: null # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.VISUAL and $env.EDITOR
use_ansi_coloring: true
bracketed_paste: true # enable bracketed paste, currently useless on windows
edit_mode: vi # emacs, vi
edit_mode: emacs # emacs, vi
shell_integration: {
# osc2 abbreviates the path if in the home_dir, sets the tab/window title, shows the running command in the tab/window title
osc2: true
@ -897,3 +897,4 @@ name: select_all
}
]
}

View file

@ -99,3 +99,4 @@ $env.NU_PLUGIN_DIRS = [
# To load from a custom file you can use:
# source ($nu.default-config-dir | path join 'custom.nu')