From 72d87e77c1299b2753459be3e2d2ddd148b827ad Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 09 2012 01:29:00 +0000 Subject: Add `trunk/Scripts/Bash/Functions/Prepare/Config/bash_profile.conf' file. --- 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