Skip to content

Instantly share code, notes, and snippets.

@FooBarWidget
Created December 20, 2012 23:17
Show Gist options
  • Save FooBarWidget/4349484 to your computer and use it in GitHub Desktop.
Save FooBarWidget/4349484 to your computer and use it in GitHub Desktop.
alias ls='ls -GFh'
alias dir='ls -l'
alias df='df -h'
alias du='du -h'
alias ri='ri -f ansi'
alias irb='irb --simple-prompt'
alias top='top -o cpu'
alias less='less -R'
export EDITOR=pico
export PAGER=less-r
export PATH=$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin
export PATH=$PATH:/Applications/QtSDK/Desktop/Qt/4.8.1/gcc/bin
export PATH=$PATH:/usr/gcc-4.7/bin
export MANPATH=$MANPATH:/usr/local/mysql/man
export CCACHE_COMPRESS=1
export CCACHE_COMPRESS_LEVEL=3
export HISTCONTROL=ignoreboth
export DMALLOC_OPTIONS='debug=0x4f4ed03,inter=1,lockon=3,log=/var/log/dmalloc/log.%d'
. /Library/PostgreSQL/9.2/pg_env.sh
function dmalloc()
{
eval `command dmalloc -b $*`
}
. /etc/bash_completion
# System-wide .bashrc file for interactive bash(1) shells.
if [ -z "$PS1" ]; then
return
fi
#PS1='\h:\W \u\$ '
PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment