mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 16:58:38 -05:00
17 lines
359 B
TOML
17 lines
359 B
TOML
skip_welcome_message = true
|
|
prompt = "__zoxide_hook; starship prompt"
|
|
startup = [
|
|
"zoxide init nushell --hook prompt | save ~/.local/share/nu/zoxide.nu",
|
|
"source ~/.local/share/nu/zoxide.nu"
|
|
]
|
|
|
|
[line_editor]
|
|
completion_type = "list"
|
|
edit_mode = "vi"
|
|
|
|
[textview]
|
|
pager = "less -R"
|
|
paging_mode = "quitifonescreen"
|
|
true_color = true
|
|
theme = "base16"
|