Skip to content

Instantly share code, notes, and snippets.

@bencooling
Last active December 19, 2015 06:49
Show Gist options
  • Save bencooling/5914405 to your computer and use it in GitHub Desktop.
Save bencooling/5914405 to your computer and use it in GitHub Desktop.
Bash: ubuntu configuration files
# ubuntu .bash_profile
#---------------------------------
# Environment Variables
#---------------------------------
export PS1="\h \w:"
export NOW=$(date +"%Y-%m-%d")
export PATH=$PATH:$HOME/bin
# Aliases
#---------------------------------
alias webroot="cd /usr/share/nginx/www"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment