added less colors
This commit is contained in:
		
							
								
								
									
										8
									
								
								bashrc
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								bashrc
									
									
									
									
									
								
							| @@ -17,11 +17,15 @@ cdl(){ cd $(cat ~/.cache/whereami);};cdl | ||||
| #alias ssh='TERM=xterm ssh -o StrictHostKeyChecking=no' | ||||
| #alias ssh='TERM=xterm ssh' | ||||
| #alias ssh='TERM=xterm-256color ssh' | ||||
| alias ls='ls --color=always' | ||||
| alias grep='grep --color=always' | ||||
|  | ||||
| alias nano='nano -i' | ||||
| alias hdd='cd /mnt/hdd' | ||||
|  | ||||
| #Adding output colors | ||||
| alias ls='ls --color=always' | ||||
| alias grep='grep --color=always' | ||||
| alias less='less -R' | ||||
|  | ||||
|  | ||||
| #do math in shell | ||||
| math(){ echo $1 | bc;} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user