1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00

nushell: use carapace bridge too

This commit is contained in:
RGBCube 2025-07-17 01:48:42 +03:00
parent 08571d7fff
commit 34f1f5b383
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -3,7 +3,7 @@ use std null_device
source ~/.config/nushell/zoxide.nu
$env.CARAPACE_BRIDGES = "inshellisense,zsh,fish,bash"
$env.CARAPACE_BRIDGES = "inshellisense,carapace,zsh,fish,bash"
source ~/.config/nushell/carapace.nu
# Retrieve the output of the last command.