Skip to content

Instantly share code, notes, and snippets.

@cirpo
Created December 1, 2010 10:40
Show Gist options
  • Select an option

  • Save cirpo/723313 to your computer and use it in GitHub Desktop.

Select an option

Save cirpo/723313 to your computer and use it in GitHub Desktop.
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
alias 'll=ls -lah'
PS1='\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
export PSI
PATH=/usr/local/bin:$PATH:/usr/local/mysql/bin/; export PATH
export MANPATH=/opt/local/share/man:$MANPATH
#bash completion
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