Last active
October 1, 2015 02:28
-
-
Save pmallory/1903187 to your computer and use it in GitHub Desktop.
My .bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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