Skip to content

Commit f49149f

Browse files
committed
Update README
1 parent 72c7f44 commit f49149f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ One line installation: add the following line in your `Dockerfile`:
1818

1919
```Dockerfile
2020
# Default powerline10k theme, no plugins installed
21-
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)"
21+
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)"
2222
```
2323

2424
#### Optional arguments:
@@ -35,7 +35,7 @@ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/
3535
For example, if you want to enable [case sensitive completion](https://stackoverflow.com/a/28021691):
3636

3737
```Dockerfile
38-
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
38+
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \
3939
-a 'CASE_SENSITIVE="true"'
4040
```
4141

@@ -48,13 +48,13 @@ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/
4848

4949
```Dockerfile
5050
# Uses "robbyrussell" theme (original Oh My Zsh theme), with no plugins
51-
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
51+
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \
5252
-t robbyrussell
5353
```
5454

5555
```Dockerfile
5656
# Uses "git", "ssh-agent" and "history-substring-search" bundled plugins
57-
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
57+
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \
5858
-p git -p ssh-agent -p 'history-substring-search' \
5959
-a 'bindkey "\$terminfo[kcuu1]" history-substring-search-up' \
6060
-a 'bindkey "\$terminfo[kcud1]" history-substring-search-down'
@@ -63,7 +63,7 @@ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/
6363

6464
```Dockerfile
6565
# Uses "Spaceship" theme with some customization. Uses some bundled plugins and installs some more from github
66-
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
66+
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \
6767
-t https://github.com/denysdovhan/spaceship-prompt \
6868
-a 'SPACESHIP_PROMPT_ADD_NEWLINE="false"' \
6969
-a 'SPACESHIP_PROMPT_SEPARATE_LINE="false"' \

0 commit comments

Comments
 (0)