Skip to content

Instantly share code, notes, and snippets.

@farleyknight
Last active February 25, 2016 15:31
Show Gist options
  • Save farleyknight/44a17bea0100d47991c3 to your computer and use it in GitHub Desktop.
Save farleyknight/44a17bea0100d47991c3 to your computer and use it in GitHub Desktop.
echo $PS1 (preferred)
# Includes Operating System name from `uname`
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[35m\][$(uname)]\[\033[33;1m\]\w\[\033[m\]\n$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment