Skip to content

Instantly share code, notes, and snippets.

@johnhutchins
Created February 27, 2018 16:45
Show Gist options
  • Save johnhutchins/4e6753a3b7ebf87eef585068a3b56bbf to your computer and use it in GitHub Desktop.
Save johnhutchins/4e6753a3b7ebf87eef585068a3b56bbf to your computer and use it in GitHub Desktop.
mac osx terminal/bash profile
export CLICOLOR=1
RED="\[\033[0;31m\]"
BLACK="\[\033[0;37m\]"
PS1="$\u \e[34;1m\]\w \n $ -—> "
#PS1=“\e[47m\u@\h \w \e[m ”
@johnhutchins
Copy link
Author

... cd to your bash profile, cd ~/ --> then open .bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment