Improve '.bash_history' config
							parent
							
								
									e385015238
								
							
						
					
					
						commit
						d20283c8f7
					
				
							
								
								
									
										6
									
								
								.bashrc
								
								
								
								
							
							
						
						
									
										6
									
								
								.bashrc
								
								
								
								
							| 
						 | 
					@ -36,10 +36,10 @@ export PATH=~/.bin:$PATH
 | 
				
			||||||
# }}}
 | 
					# }}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# History {{{
 | 
					# History {{{
 | 
				
			||||||
 | 
					export HISTSIZE=999999
 | 
				
			||||||
 | 
					export HISTFILESIZE= # Unlimited
 | 
				
			||||||
export HISTCONTROL=ignoreboth:erasedups
 | 
					export HISTCONTROL=ignoreboth:erasedups
 | 
				
			||||||
export HISTSIZE=500000
 | 
					export HISTIGNORE=" *:clear:l:ls:cd" # Omit commands from history (e.g. those prepended with space)
 | 
				
			||||||
# Omit `clear, ls...`; commands prepended with space
 | 
					 | 
				
			||||||
export HISTIGNORE="clear:l: *"
 | 
					 | 
				
			||||||
# }}}
 | 
					# }}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Man pages {{{
 | 
					# Man pages {{{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue