Terminal tweaks

Likely lots more to come in this department.

To start, create and edit ~/.bash_profile and add

export CLICOLOR=1

# Colorize Prompt
export PS1='\[33[0;33m\]\t\[33[0m\]:\[33[0;32m\]\u\[33[0m\]:\[33[0;96m\]\w\[33[0m\] \[33[0;43;30m\]$\[33[0m\] '

And source ~/.bash_profile to apply the changes right away.

bash-prompt

Later, I’ll probably switch to Impromptu.

Leave a Reply

Your email address will not be published. Required fields are marked *