# # GLOBAL export CLICOLOR=1 # use yellow for directories export LSCOLORS=dxfxcxdxbxegedabagacad export PS1="\h \w > " alias f='find . -name ' alias h='history|grep ' alias psg='ps auuxww|grep ' bind '"\e[A"':history-search-backward bind '"\e[B"':history-search-forward bind '"\M-h"':"\"\C-k\C-ahistory | grep \C-e | sed 's/^ *[0-9]* *//'|sort|uniq \C-m\"" bind Space:magic-space shopt -s histappend export PROMPT_COMMAND='history -a' export PATH="~/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:$PATH" export EVENT_NOKQUEUE=1 #Memcache stuff export LC_CTYPE=en_US.UTF-8 alias spot='mdfind -onlyin `pwd`'