Shell coloring for iTerm

Create a .bash_profile file in your home directory containing the following :

. ~/.bashrc
ENV=$HOME/.bashrc
export ENV
 
export TERM=xterm-color
alias ls='ls -G'
alias ll='ls -hl'



No Responses to “Shell coloring for iTerm”  

Leave a Reply