terminal: Add carapace completions to all shells
Bash, nushell and zsh all make use of carapace completions by default.
This commit is contained in:
parent
e44baaf207
commit
4b65069436
4 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ alias ls='ls --color=auto'
|
|||
|
||||
eval "$(starship init bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
|
||||
source <(carapace _carapace)
|
||||
|
||||
set -o vi
|
||||
stty time 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue