Created
February 27, 2018 16:45
-
-
Save johnhutchins/4e6753a3b7ebf87eef585068a3b56bbf to your computer and use it in GitHub Desktop.
mac osx terminal/bash profile
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
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 ” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... cd to your bash profile, cd ~/ --> then open .bash_profile