Some modifications
Style default to slim theme config updated to include bashrc dcup, dcdown to work in parallel (supported by dco)
This commit is contained in:
parent
c8869ae393
commit
4da3726760
8 changed files with 64 additions and 41 deletions
|
@ -46,10 +46,10 @@ if( -not $LogsParams[0] ) {
|
|||
|
||||
$local:moreParams = @()
|
||||
#if( $ForceNoFollow ) { $moreParams = @('--no-color', '--quiet-pull') }
|
||||
$PullParams[0] = @('pull' ) + $PullParams[0] + $Containers
|
||||
if( $ForceNoFollow ) { $PullParams[0] = @('&') + $PullParams[0] }
|
||||
$UpParams[0] = @('up' ) + $UpParams[0] + $Containers
|
||||
if( $ForceNoFollow ) { $UpParams[0] = @('&') + $UpParams[0] }
|
||||
$PullParams[0] = @('&', 'pull' ) + $PullParams[0] + $Containers
|
||||
#if( $ForceNoFollow ) { $PullParams[0] = @('&') + $PullParams[0] }
|
||||
$UpParams[0] = @('&', 'up' ) + $UpParams[0] + $Containers
|
||||
#if( $ForceNoFollow ) { $UpParams[0] = @('&') + $UpParams[0] }
|
||||
$LogsParams[0] = @('logs' ) + $LogsParams[0] + $Containers
|
||||
|
||||
if( -not $NoPull ) { $allParams += $PullParams + @(@('!')) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue