Created
April 13, 2011 13:41
-
-
Save jmoz/917560 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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