]> arthur.barton.de Git - ax-zsh.git/blob - plugins/colormake/colormake.zshrc
buku: Don't set "--tacit" in "b" alias
[ax-zsh.git] / plugins / colormake / colormake.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # colormake.zshrc: Setup colormake(1)
3
4 # Make sure that "make(1)" and "colormake(1)" are installed
5 (( $+commands[make] )) || return
6 (( $+commands[colormake] )) || return
7
8 alias make="colormake"