Skip to content

Commit

Permalink
Merge pull request #2684 from carapace-sh/compose-tcsh
Browse files Browse the repository at this point in the history
fixed tcsh service
  • Loading branch information
rsteube authored Jan 18, 2025
2 parents 401a8b1 + c2d55fa commit cc14bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/carapace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ services:
- '..:/carapace-bin/:ro'
environment:
RC_TCSH: |
export PATH="/carapace-bin/cmd/carapace/:$$PATH"
setenv PATH "/carapace-bin/cmd/carapace/:$$PATH"
set autolist
eval `carapace _carapace`
xonsh:
Expand Down

0 comments on commit cc14bb8

Please sign in to comment.