From 348d81aafda3270e78a93c90a80cfddeb2c9bbfb Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sat, 22 Oct 2022 11:07:08 +0200 Subject: [PATCH] fix startship env --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21f7fde..66e2d0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN \ curl -sS https://starship.rs/install.sh | sh -s -- -f && \ echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc -ENV STARSHIP_CONFIG=/etc/starship.tom +ENV STARSHIP_CONFIG=/etc/starship.toml COPY starship.toml /etc/starship.toml