u
This commit is contained in:
		
							parent
							
								
									135525c485
								
							
						
					
					
						commit
						063d40db36
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| nixhome/.bashrc-custom | ||||
| @ -40,7 +40,7 @@ for /d %%o in (*) do ( | ||||
|         if exist %%g\.git ( | ||||
|           pushd %%g | ||||
|           echo git pulling [%BASEDIR%\%%o\%%g] | ||||
|           git pull | ||||
|           git pull --all | ||||
|           echo; | ||||
|           popd | ||||
|         ) | ||||
|  | ||||
| @ -45,7 +45,7 @@ do | ||||
|       then | ||||
|         echo "git pulling [$FONPATH/$org/$repo]" | ||||
|         cd $repo | ||||
|         git pull | ||||
|         git pull --all | ||||
|         echo "" | ||||
|         cd .. | ||||
|       fi | ||||
|  | ||||
| @ -80,6 +80,11 @@ case "$TERM" in | ||||
| 	;; | ||||
| esac | ||||
| 
 | ||||
| if [ -f .bashrc-custom ] | ||||
| then | ||||
| 	. .bashrc-custom | ||||
| fi | ||||
| 
 | ||||
| ################################################################################ | ||||
| # End Of File: "~/.bashrc" | ||||
| ################################################################################ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user