diff --git a/Scripts/Bash/Functions/Prepare/Config/bash_profile.conf b/Scripts/Bash/Functions/Prepare/Config/bash_profile.conf new file mode 100644 index 0000000..f84a2f4 --- /dev/null +++ b/Scripts/Bash/Functions/Prepare/Config/bash_profile.conf @@ -0,0 +1,17 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs + +PATH=$PATH:$HOME/bin +export PATH + +EDITOR=/usr/bin/vim +export EDITOR + +TCAR_WORKDIR=${HOME}/artwork +export TCAR_WORKDIR