diff --git a/source-files/profile b/source-files/profile index f5c3873..d9fc89b 100644 --- a/source-files/profile +++ b/source-files/profile @@ -11,8 +11,16 @@ append_path() { } # Appending paths -append_path '/usr/local/sbin' +append_path '/usr/sbin' append_path '/usr/local/bin' +append_path '/usr/local/sbin' + +# Source locale.conf +if [ -f /etc/locale.conf ]; then + set -a + . /etc/locale.conf + set +a +fi # Unsetting functions unset -f append_path