mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-28 12:04:42 +01:00
fix(colored-man-pages): quote array expansion (#13591)
This commit is contained in:
@@ -43,7 +43,7 @@ function colored() {
|
|||||||
environment+=( PATH="${__colored_man_pages_dir}:$PATH" )
|
environment+=( PATH="${__colored_man_pages_dir}:$PATH" )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command env $environment "$@"
|
command env "${environment[@]}" "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Colorize man and dman/debman (from debian-goodies)
|
# Colorize man and dman/debman (from debian-goodies)
|
||||||
|
|||||||
Reference in New Issue
Block a user