Mac Tips
Mac OS X Add Color to ls Output
Put this in ~/.bash_profile
alias l='ls -G -al'
or
CLICOLOR=1 export CLICOLOR
macOS bash prompt setup
Put this in ~/.bash_profile
PS1='\u@\H • \D{%Y-%m-%d} • \A • \w\n';
Put this in ~/.bash_profile
alias l='ls -G -al'
or
CLICOLOR=1 export CLICOLOR
Put this in ~/.bash_profile
PS1='\u@\H • \D{%Y-%m-%d} • \A • \w\n';