From 370535af455f49e6e194c169475774caeaf9414b Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Thu, 23 Dec 2021 08:52:19 +0100 Subject: [PATCH] explicitly set LC_ALL when starting docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c198e..2545024 100644 --- a/README.md +++ b/README.md @@ -698,7 +698,7 @@ Try Powerlevel10k in Docker. You can safely make any changes to the file system the theme. Once you exit Zsh, the image is deleted. ```zsh -docker run -e TERM -e COLORTERM -it --rm alpine sh -uec ' +docker run -e TERM -e COLORTERM -e LC_ALL=C.UTF-8 -it --rm alpine sh -uec ' apk add git zsh nano vim git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc