Skip to content

Instantly share code, notes, and snippets.

View rotarur's full-sized avatar

Ruslan Rotaru rotarur

  • Freelancer
  • Lisbon
View GitHub Profile
@fieg
fieg / .bash_profile
Created April 11, 2012 07:57
.bash_profile for OSX including autocomplete for ssh hosts, default variables and some aliases
export PATH=~/bin:/usr/local/bin:/usr/local/mysql/bin:/usr/local/sbin:$PATH
export EDITOR=vim
export APPLICATION_ENV="development"
export CLICOLOR=1
export LSCOLORS=dxfxcxdxbxegedabagacad
alias composer="php /usr/local/bin/composer.phar"
_complete_ssh_hosts ()
{