From b667d350aaed8eb89c0dd36a07123d657477d8f6 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 26 Mar 2024 02:35:40 +0100 Subject: [PATCH] set some envars in .profile --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index c4c7402..1461be6 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,9 @@ # ~/.profile: executed by Bourne-compatible login shells. +export LC_ALL=en_US.UTF-8 +export EDITOR=vim +export VISUAL=vim + if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc