Skip to content

Instantly share code, notes, and snippets.

@lysender
Created January 20, 2015 08:22
Show Gist options
  • Save lysender/e211d2aad85efb18e96d to your computer and use it in GitHub Desktop.
Save lysender/e211d2aad85efb18e96d to your computer and use it in GitHub Desktop.
My Bash Profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
MYHOME=/data/www/html/myhome/lysender/
export PATH
export MYHOME
export MYHOMENAME=lysender
export MYHOMEDIR=/data/www/html/myhome
export MYHOME=$R3HOMEDIR/$MYHOMENAME/
export HOMEDOMAIN=lysender.darkstar.net
export ACCOUNTDOMAIN=lysender.account.darkstar.net
export CARTDOMAIN=lysender.cart.darkstar.net
export CHECKOUTDOMAIN=lysender.checkout.darkstar.net
# Run fortune
fortune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment