mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-02 04:08:30 -05:00
zoxide: add nushell + xonsh init
This commit is contained in:
parent
41466f77f1
commit
9aee72841e
16
home/.config/nu/config.toml
Normal file
16
home/.config/nu/config.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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"
|
1
home/.xonshrc
Normal file
1
home/.xonshrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
execx($(zoxide init xonsh), 'exec', __xonsh__.ctx, filename='zoxide')
|
Loading…
Reference in New Issue
Block a user