We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea6a6e commit 1b2ebf0Copy full SHA for 1b2ebf0
src/colorize.sh
@@ -101,7 +101,7 @@ case ${target} in
101
lang=py
102
plugin=(--plug-in python_ref_python_org)
103
;;
104
- *.sh | *.zsh | *.bash | *.csh | *.fish | *.bashrc )
+ *.sh | *.zsh | *.bash | *.csh | *.fish | *.bashrc | *.zshrc )
105
lang=sh
106
plugin=(--plug-in bash_functions --plug-in bash_ref_linuxmanpages_com)
107
@@ -131,8 +131,8 @@ go4it () {
131
elif [ -n "${maxFileSize}" ]; then
132
${reader} | head -c ${maxFileSize} | ${cmd} -T "${target}" ${cmdOpts} && exit 0
133
else
134
- ${reader} | ${cmd} -T "${target}" ${cmdOpts} && exit 0
135
- fi
+ ${reader} | ${cmd} -T "${target}" ${cmdOpts} && exit 0
+ fi
136
}
137
138
setopt no_err_exit
0 commit comments