It would be nice to be able set the default options. For now I've created a git alias zsh: ```zsh git config --global alias.tree "\!gitree -m -c" ``` `./git/config` file: ``` [alias] tree = "!gitree -m -c" ``` Usage: 
It would be nice to be able set the default options.
For now I've created a git alias
zsh:
git config --global alias.tree "\!gitree -m -c"./git/configfile:Usage: