Skip to content

Instantly share code, notes, and snippets.

@mgarod
Created June 17, 2017 23:34
Show Gist options
  • Save mgarod/a3bc17a00808c6ea363de77bcf9b0f75 to your computer and use it in GitHub Desktop.
Save mgarod/a3bc17a00808c6ea363de77bcf9b0f75 to your computer and use it in GitHub Desktop.
# colors!
green="\[\033[0;32m\]"
blue="\[\033[0;34m\]"
purple="\[\033[0;35m\]"
yellow="\[\033[0;33m\]"
red="\[\033[0;31m\]"
reset="\[\033[0m\]"
export PS1="| $green\w $yellow@ $green\h $yellow(\u)$reset \n| $ "
export PS2="| => "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment