Posts

Showing posts with the label Mac Terminal Colors

Terminal colors Mac and some handy add ons

In your bash profile (file ~/.bash_profile) paste the code below for colors and colors for list views. export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ " export CLICOLOR=1 export LSCOLORS=ExFxBxDxCxegedabagacad export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 alias ls='ls -GFh' I should take a look at: https://natelandau.com/my-mac-osx-bash_profile/