Skip to content

Commit

Permalink
Merge pull request #2360 from carapace-sh/xonsh-fix-instructions
Browse files Browse the repository at this point in the history
xonsh: fix instructions
  • Loading branch information
rsteube authored Apr 26, 2024
2 parents 0ab610a + 25b6c7b commit b99011b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set autolist
eval `carapace _carapace`
# xonsh (~/.config/xonsh/rc.xsh)
COMPLETIONS_CONFIRM=True
$COMPLETIONS_CONFIRM=True
exec($(carapace _carapace))
# zsh (~/.zshrc)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ eval `carapace _carapace`
## Xonsh
```sh
# ~/.config/xonsh/rc.xsh
CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
COMPLETIONS_CONFIRM=True
$CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
$COMPLETIONS_CONFIRM=True
exec($(carapace _carapace))
```
Expand Down

0 comments on commit b99011b

Please sign in to comment.