From 27889f58bbc3313616b209990bcd230baa03dd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Fri, 12 Jun 2026 11:21:29 +0200 Subject: [PATCH] Env cleanup --- bashhacks/myenv.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bashhacks/myenv.bash b/bashhacks/myenv.bash index 221f489..808abcf 100644 --- a/bashhacks/myenv.bash +++ b/bashhacks/myenv.bash @@ -1,4 +1,3 @@ -export PYTHONDONTWRITEBYTECODE=1 -export CLICOLOR=1 export EDITOR=vim -export LC_ALL="en_US.UTF-8" +export VISUAL=vim +export PAGER=less