Skip to content

Commit 1b2ebf0

Browse files
vilhelmenanthonygelibert
authored andcommitted
zshrc added, minor formatting fix
1 parent 1ea6a6e commit 1b2ebf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/colorize.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ case ${target} in
101101
lang=py
102102
plugin=(--plug-in python_ref_python_org)
103103
;;
104-
*.sh | *.zsh | *.bash | *.csh | *.fish | *.bashrc )
104+
*.sh | *.zsh | *.bash | *.csh | *.fish | *.bashrc | *.zshrc )
105105
lang=sh
106106
plugin=(--plug-in bash_functions --plug-in bash_ref_linuxmanpages_com)
107107
;;
@@ -131,8 +131,8 @@ go4it () {
131131
elif [ -n "${maxFileSize}" ]; then
132132
${reader} | head -c ${maxFileSize} | ${cmd} -T "${target}" ${cmdOpts} && exit 0
133133
else
134-
${reader} | ${cmd} -T "${target}" ${cmdOpts} && exit 0
135-
fi
134+
${reader} | ${cmd} -T "${target}" ${cmdOpts} && exit 0
135+
fi
136136
}
137137

138138
setopt no_err_exit

0 commit comments

Comments
 (0)