Skip to content

Instantly share code, notes, and snippets.

@gjyoung1974
Created February 25, 2019 20:10
Show Gist options
  • Save gjyoung1974/112ed7f358ba1c6094751964920249dd to your computer and use it in GitHub Desktop.
Save gjyoung1974/112ed7f358ba1c6094751964920249dd to your computer and use it in GitHub Desktop.
export CLICOLOR=1
export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd
export PS1="\[\e[34m\]\u\[\e[m\]\[\e[35m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\]:\[\e[36m\]\w\[\e[m\]\[\e[33m\]\\$\[\e[m\] "
alias dockerrm='docker rmi -f $(docker images -a -q)'
if [ -f $(brew --prefix)/etc/bash_completion ]; then
source $(brew --prefix)/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment