.profile: Give tree more love
This commit is contained in:
		
							
								
								
									
										8
									
								
								.profile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								.profile
									
									
									
									
									
								
							@@ -247,7 +247,13 @@ if has sudo; then
 | 
				
			|||||||
	esac
 | 
						esac
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
if has tree; then
 | 
					if has tree; then
 | 
				
			||||||
	alias tree='tree -qF --dirsfirst'
 | 
						treeargs='-qF --dirsfirst'
 | 
				
			||||||
 | 
						alias tree="tree $treeargs"
 | 
				
			||||||
 | 
						alias t="tree $treeargs -L 2"
 | 
				
			||||||
 | 
						alias tl="tree $treeargs -pughL 2"
 | 
				
			||||||
 | 
						alias tp="tree $treeargs -pL 2"
 | 
				
			||||||
 | 
						alias ts="tree $treeargs -hL 2"
 | 
				
			||||||
 | 
						unset treeargs
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Dotfile management aliases
 | 
					# Dotfile management aliases
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user