There was an error while loading. Please reload this page.
1 parent 967c923 commit 19e8277Copy full SHA for 19e8277
1 file changed
Dockerfile
@@ -53,7 +53,7 @@ ENV PATH="/home/${USERNAME}/.local/bin:${PATH}"
53
54
# Starship user config
55
RUN set -x ; \
56
- bash -c "mkdir -p {.zfunc,.commandhistory,.config}" \
+ bash -c "mkdir -p {.zfunc,.commandhistory,.config,.local/bin}" \
57
&& curl -sS https://starship.rs/install.sh | sh -s -- -y -b /home/${USERNAME}/.local/bin
58
COPY --chown=${USERNAME}:${USERNAME} .zshrc .zshrc
59
COPY --chown=${USERNAME}:${USERNAME} starship.toml /home/${USERNAME}/.config/starship.toml
0 commit comments