diff --git a/profile b/profile new file mode 100644 index 0000000..93849e1 --- /dev/null +++ b/profile @@ -0,0 +1,15 @@ +#!/usr/bin/env bash + +# if running bash +if [ -n "$BASH_VERSION" ]; then + # include .bashrc if it exists + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi + +export LANGUAGE="en_US:en" +export LC_MESSAGES="en_US.UTF-8" +export LC_CTYPE="en_US.UTF-8" +export LC_COLLATE="en_US.UTF-8" +