From e80c94955d838175dfb3385e02b35006f6f7da83 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 3 May 2023 10:22:07 +0200 Subject: [PATCH] zsh: use en_DK locale --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 32b07f4..f86e07a 100644 --- a/.zshrc +++ b/.zshrc @@ -53,7 +53,7 @@ setopt null_glob # FIXME: Why does this work? Otherwise zshrc gets the wrong prompt length for unicode chars. export LC_ALL=en_US.UTF-8 -export LC_ALL=en_SE.UTF-8 +export LC_ALL=en_DK.UTF-8 export PATH=$HOME/bin:$PATH @@ -193,9 +193,9 @@ fi export PATH=$HOME/.krew/bin:$PATH ## bazel -if [ ! -f "${fpath[1]}/_bazel" ]; then - curl -sLo "${fpath[1]}/_bazel" https://raw.githubusercontent.com/bazelbuild/bazel/master/scripts/zsh_completion/_bazel -fi +#if [ ! -f "${fpath[1]}/_bazel" ]; then +# curl -sLo "${fpath[1]}/_bazel" https://raw.githubusercontent.com/bazelbuild/bazel/master/scripts/zsh_completion/_bazel +#fi ## sapling if [ ! -f "${fpath[1]}/_sl" ]; then