tednaleid / shared zshrc
A set of shared zshrc files that can be used on multiple boxes.
Clone this repository (size: 49.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tednaleid/shared-zshrc/
| commit 44: | 3f7dea21a985 |
| parent 43: | 7e5ed7a222cd |
| branch: | default |
updated grails aliases to 1.2 versions, added global less
Changed (Δ20 bytes):
raw changeset »
zshrc_general (9 lines added, 8 lines removed)
Up to file-list zshrc_general:
| … | … | @@ -84,6 +84,7 @@ alias -g GV='| grep -v' |
84 |
84 |
alias -g GE='| egrep' |
85 |
85 |
alias -g PC="| pc" |
86 |
86 |
alias -g XG="| xargs grep -ni" |
87 |
alias -g L='| less' |
|
87 |
88 |
|
88 |
89 |
alias cutcol=pc |
89 |
90 |
pc() { awk "{print \$$1}" } # print column |
| … | … | @@ -254,17 +255,17 @@ function grailsTestAppFailed() { grailsF |
254 |
255 |
function grailsTestAppDebug() { grailsTest grails-debug-suspend "" $1 } |
255 |
256 |
function grailsTestAppDebugFailed() { grailsFailedTests grails-debug-suspend "" } |
256 |
257 |
|
257 |
function grailsTestAppUnit() { grailsTest grails -unit $1 } |
|
258 |
function grailsTestAppUnitFailed() { grailsFailedTests grails -unit } |
|
258 |
function grailsTestAppUnit() { grailsTest grails unit: $1 } |
|
259 |
function grailsTestAppUnitFailed() { grailsFailedTests grails unit: } |
|
259 |
260 |
|
260 |
function grailsTestAppUnitDebug() { grailsTest grails-debug-suspend -unit $1 } |
|
261 |
function grailsTestAppUnitDebugFailed() { grailsFailedTests grails-debug-suspend -unit } |
|
261 |
function grailsTestAppUnitDebug() { grailsTest grails-debug-suspend unit: $1 } |
|
262 |
function grailsTestAppUnitDebugFailed() { grailsFailedTests grails-debug-suspend unit: } |
|
262 |
263 |
|
263 |
function grailsTestAppIntegration() { grailsTest grails -integration $1 } |
|
264 |
function grailsTestAppIntegrationFailed() { grailsFailedTests grails -integration } |
|
264 |
function grailsTestAppIntegration() { grailsTest grails integration: $1 } |
|
265 |
function grailsTestAppIntegrationFailed() { grailsFailedTests grails integration: } |
|
265 |
266 |
|
266 |
function grailsTestAppIntegrationDebug() { grailsTest grails-debug-suspend -integration $1 } |
|
267 |
function grailsTestAppIntegrationDebugFailed() { grailsFailedTests grails-debug-suspend -integration } |
|
267 |
function grailsTestAppIntegrationDebug() { grailsTest grails-debug-suspend integration: $1 } |
|
268 |
function grailsTestAppIntegrationDebugFailed() { grailsFailedTests grails-debug-suspend integration: } |
|
268 |
269 |
|
269 |
270 |
function grailsFailedTests() { |
270 |
271 |
FAILED_TESTS='' |
