Skip to content

Instantly share code, notes, and snippets.

@pmallory
Last active October 1, 2015 02:28
Show Gist options
  • Save pmallory/1903187 to your computer and use it in GitHub Desktop.
Save pmallory/1903187 to your computer and use it in GitHub Desktop.
My .bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
export PS1="\n\[\e[32m\]\u@\h \e[37m\t \[\e[33m\]\w\[\e[0m\]\$(__git_ps1)\n\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment