Skip to content

Commit

Permalink
Merge pull request #2682 from NOname-awa/patch-1
Browse files Browse the repository at this point in the history
Fix: Replace `export` with `setenv` for `tcsh` compatibility
  • Loading branch information
rsteube authored Jan 18, 2025
2 parents 4794beb + 8e76799 commit 401a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ carapace _carapace | Out-String | Invoke-Expression
## Tcsh
```sh
# ~/.tcshrc
export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
setenv CARAPACE_BRIDGES 'zsh,fish,bash,inshellisense' # optional
set autolist
eval `carapace _carapace`
```
Expand Down

0 comments on commit 401a8b1

Please sign in to comment.