add nushell and carapace
This commit is contained in:
parent
f556374919
commit
8a54335ad1
3 changed files with 19 additions and 0 deletions
5
modules/shell/nushell.nu
Normal file
5
modules/shell/nushell.nu
Normal file
|
@ -0,0 +1,5 @@
|
|||
$env.config.show_banner = false
|
||||
$env.config.buffer_editor = ["emacsclient", "-c"]
|
||||
$env.CARAPACE_BRIDGES = ["fish", "zsh", "bash"]
|
||||
|
||||
alias e = emacsclient -c
|
Loading…
Add table
Add a link
Reference in a new issue