From e6e4c68b60901dc82dd2c10f99205d5d99d14767 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 12 Jan 2026 14:42:59 +0100 Subject: [PATCH] Include more shell options, moving some from .bashrc. --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index d20155f..a33ac70 100644 --- a/.profile +++ b/.profile @@ -7,6 +7,7 @@ # export PATH=".local/bin:$PATH" +export LANG="en_GB.UTF-8" # Use neovim for editor whenever available. type nvim >/dev/null && {