Add alias for the tree command

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2013-11-19 17:31:05 +01:00
parent a4d106645d
commit b902e7c73e

3
aliases.d/tree Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
alias tree='tree -A -C'