1 2 3 4
# Defined in - @ line 1 function pythontree --description 'alias pythontree tree -I "*.pyc" -I "__pycache__" |less' tree -I "*.pyc" -I "__pycache__" |less $argv; end