Skip to content

Commit

Permalink
Merge branch 'jjangga0214-patch-1-plugin-colorize'
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Dec 21, 2019
2 parents 16ef5cc + c494bbb commit 674d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/colorize/colorize.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ colorize_via_pygmentize() {

colorize_via_pygmentize_less() (
# this function is a subshell so tmp_files can be shared to cleanup function
declare -a tmp_files
declare -a tmp_files

cleanup () {
[[ ${#tmp_files} -gt 0 ]] && rm -f "${tmp_files[@]}"
Expand Down

0 comments on commit 674d0e1

Please sign in to comment.