Skip to content

Instantly share code, notes, and snippets.

@darrennolan
darrennolan / .bash_profile
Created April 11, 2019 02:01
All the files and shit I have for my terminal stuffz.
if hash uname 2>&-; then
os_type=`uname -s`
else
os_type="unknown"
fi
if [[ $os_type == "Darwin" ]]; then
export CLICOLOR=1