diff --git a/rc/bashrc b/rc/bashrc index 63a4cc12..a10980a1 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -137,8 +137,7 @@ fi # the system, so I can do away with a lot of checks for Darwin if hash lsb_release 2> /dev/null; then ( - LC_ALL="en_DK.UTF-8" - LANGUAGE=en + export LC_ALL="en_DK.UTF-8" hostname --all-fqdns hostname --all-ip-addresses printf "\n" @@ -152,6 +151,7 @@ if hash lsb_release 2> /dev/null; then printf "\n" df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | uniq + unset LC_ALL ) # Only print motivational phrases if username is aminda or mikaela diff --git a/rc/zshrc b/rc/zshrc index 02e605c3..763c7da6 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -30,8 +30,7 @@ fi # the system, so I can do away with a lot of checks for Darwin if hash lsb_release 2> /dev/null; then ( - LC_ALL="en_DK.UTF-8" - LANGUAGE=en + export LC_ALL="en_DK.UTF-8" hostname --all-fqdns hostname --all-ip-addresses printf "\n" @@ -44,6 +43,7 @@ if hash lsb_release 2> /dev/null; then fi printf "\n" df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | uniq + unset LC_ALL ) # Only print motivational phrases if username is aminda or mikaela