| 
				
			 | 
			
			
				@@ -42,7 +42,7 @@ export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups 
			 | 
		
	
		
			
			| 
				42
			 | 
			
				42
			 | 
			
			
				 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd 
			 | 
		
	
		
			
			| 
				43
			 | 
			
				43
			 | 
			
			
				 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st" 
			 | 
		
	
		
			
			| 
				44
			 | 
			
				44
			 | 
			
			
				 export HISTIGNORE="$HISTIGNORE:se *:sc *" 
			 | 
		
	
		
			
			| 
				45
			 | 
			
				
			 | 
			
			
				-export HISTFILESIZE=10000 
			 | 
		
	
		
			
			| 
				
			 | 
			
				45
			 | 
			
			
				+export HISTFILESIZE=100000 
			 | 
		
	
		
			
			| 
				46
			 | 
			
				46
			 | 
			
			
				 export GLOBIGNORE=.:.. 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				47
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				48
			 | 
			
				48
			 | 
			
			
				 # some more aliases 
			 |