feat(revamp): add zsh and neovim configs, add an install script and a dependencies list
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Highlights make output.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# function make {
|
||||
|
||||
if zstyle -t ':prezto:module:utility:make' color \
|
||||
&& (( $+commands[colormake] )); then
|
||||
command colormake "$@"
|
||||
else
|
||||
command make "$@"
|
||||
fi
|
||||
|
||||
# }
|
||||
Reference in New Issue
Block a user