Minimise bash history
							parent
							
								
									97c19190a9
								
							
						
					
					
						commit
						8a0758571d
					
				
							
								
								
									
										4
									
								
								.bashrc
								
								
								
								
							
							
						
						
									
										4
									
								
								.bashrc
								
								
								
								
							| 
						 | 
					@ -18,12 +18,12 @@ get_git_info() {
 | 
				
			||||||
  echo -e " $(get_branch_name)"
 | 
					  echo -e " $(get_branch_name)"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
export PS1="\u \w ❭\[$(tput sgr0)\] "
 | 
					export PS1="\u \w ❭\[$(tput sgr0)\] "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# History
 | 
					# History
 | 
				
			||||||
export HISTCONTROL=ignoreboth
 | 
					export HISTCONTROL=ignoreboth:erasedups
 | 
				
			||||||
export HISTSIZE=500000
 | 
					export HISTSIZE=500000
 | 
				
			||||||
 | 
					export HISTIGNORE="clear:l: *"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Readable man pages
 | 
					# Readable man pages
 | 
				
			||||||
export MANWIDTH=120
 | 
					export MANWIDTH=120
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue