Skip to content

Instantly share code, notes, and snippets.

@aqualad
Created May 24, 2016 17:21
Show Gist options
  • Select an option

  • Save aqualad/f4e5cc7cb18dd1f73f3e85a25c838a6a to your computer and use it in GitHub Desktop.

Select an option

Save aqualad/f4e5cc7cb18dd1f73f3e85a25c838a6a to your computer and use it in GitHub Desktop.
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;32m\]@\[\033[01;34m\]\h\[\033[01;32m\]:\[\033[01;32m\]\w\[\033[01;34m\]\$\[\033[00m\] "
# export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export HISTFILESIZE=10000000
alias diff="colordiff -Iy"
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment