cat ~/.bash_profilelinux
#enables colorin the terminal bash shell export
export CLICOLOR=1shell
#sets up thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacadbash
#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ 'terminal
#enables colorfor iTermfile