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 5229457 commit 6029edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ services:
- '.:/carapace/:ro'
environment:
RC_TCSH: |
export PATH="/carapace/example/:$$PATH"
setenv PATH "/carapace/example/:$$PATH"
set autolist
eval `example _carapace`
xonsh:
Expand Down

0 comments on commit 6029edc

Please sign in to comment.