config-bash/aliases.d/tree
Xavier Logerais (Numericable - Ingénierie Système) b902e7c73e Add alias for the tree command
2013-11-19 17:31:05 +01:00

4 lines
37 B
Bash

#!/bin/bash
alias tree='tree -A -C'