Skip to content

Instantly share code, notes, and snippets.

@zufrieden
Created July 23, 2012 11:38
Show Gist options
  • Save zufrieden/3163186 to your computer and use it in GitHub Desktop.
Save zufrieden/3163186 to your computer and use it in GitHub Desktop.
bash_profile
#Alias
alias ll="ls -al"
alias goas="cd /Users/mfh/Documents/antistatique.net/mandats/"
alias svnup="svn up --ignore-externals"
alias svnst="svn st --ignore-externals"
alias vhosts="subl /etc/apache2/extra/httpd-vhosts.conf ; subl /etc/hosts"
alias phpini="subl /usr/local/etc/php.ini"
alias showHidden="defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder"
alias hideHidden="defaults write com.apple.finder AppleShowAllFiles FALSE ; killall Finder"
alias tmOff="sudo tmutil disablelocal"
alias tmOn="sudo tmutil enablelocal"
alias sf="./symfony"
#textmate
export SVN_EDITOR="subl -w"
export EDITOR="subl -w"
#prompt pimped
PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;33m\]\w\[\e[m\] \[\e[0;31m\]\$ \[\e[m\]\[\e[0;32m\] '
export TERM="xterm-color"
alias ls="ls -G"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
export PATH=/usr/local/bin:/usr/local/sbin:/Users/mfh/bin:$PATH
export NODE_PATH=/usr/local/lib/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment