Skip to content

Instantly share code, notes, and snippets.

@jmoz
Created April 13, 2011 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmoz/917560 to your computer and use it in GitHub Desktop.
Save jmoz/917560 to your computer and use it in GitHub Desktop.
# fuck nano
export EDITOR=vim
alias sst='svn st | grep -P --color=never "^(\W|\w)" | grep -vP "^(X|Perf)"'
alias sup="svn up"
alias sd="svn diff"
alias sci="svn ci"
alias sr="svn revert"
alias sa="svn add"
alias si="svn info"
alias scc="./symfony cc"
alias pu="phpunit --colors"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment