.profile: Add tree support
This commit is contained in:
		
							
								
								
									
										3
									
								
								.profile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								.profile
									
									
									
									
									
								
							@@ -246,6 +246,9 @@ if has sudo; then
 | 
				
			|||||||
			export SUDO_PROMPT='[sudo as %U]: Password for %p: '
 | 
								export SUDO_PROMPT='[sudo as %U]: Password for %p: '
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					if has tree; then
 | 
				
			||||||
 | 
						alias tree='tree -qF --dirsfirst'
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Dotfile management aliases
 | 
					# Dotfile management aliases
 | 
				
			||||||
if [ -d "$HOME/.dotfiles" ]; then
 | 
					if [ -d "$HOME/.dotfiles" ]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user