commit 8a2f0b86b22dd98a1373099154235745fa91f5cc parent 16c9bffcee551194180836cb7ea68e6dee0636dc Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 12 Sep 2019 09:30:54 +0200 Fix LC_ALL value Diffstat:
M | .profile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile @@ -1,6 +1,6 @@ #!/bin/sh export LANG=en_US.UTF-8 -export LC_ALL=en_US.utf8 +export LC_ALL=en_US.UTF-8 export EDITOR=vis export FCEDIT="$EDITOR" export TERMINAL=st