Skip to content

Commit

Permalink
oil: use completion-display minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Mar 23, 2021
1 parent ce7d40e commit 6cfcc0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ eval (carapace _carapace|slurp)" \

# oil
RUN mkdir -p ~/.config/oil \
&& echo "\n\
PS1=$'\e[0;36mcarapace \e[0m'\n\
source <(carapace _carapace)" \
> ~/.config/oil/oshrc
&& echo "source <(carapace _carapace)" \
> ~/.config/oil/oshrc

# powershell
RUN mkdir -p /root/.config/powershell \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:

oil:
build: .
command: osh
command: osh --completion-display minimal
volumes:
- '.:/carapace-bin/'

Expand Down

0 comments on commit 6cfcc0d

Please sign in to comment.