summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-04 23:45:55 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-04 23:45:55 +0100
commite46801bb500e8437b0cb5558faa7d6c0ef9d8a80 (patch)
treecabd1cebf554dc8fc1cfd25f0412212287b399a6 /.bashrc
parent33babe981045a3ff67297245505ac464df4f717f (diff)
bash: Set LC_NUMERIC to nl_NL
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index c48258e..16250f0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -36,6 +36,7 @@ export MANPAGER="nvimpager"
export TERM="xterm-256color"
export VISUAL="nvim"
export MANSECT="3,2,1,8,5,7,4,6,3p,1p,0p"
+export LC_NUMERIC="nl_NL.UTF-8"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_DIRS="/etc/xdg"