Skip to content

Commit

Permalink
fixed tcsh service
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 18, 2025
1 parent 4794beb commit c2d55fa
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 c2d55fa

Please sign in to comment.