mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
fix(colored-man-pages): quote array expansion (#13591)
This commit is contained in:
parent
536515d186
commit
400591e71c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ function colored() {
|
|||
environment+=( PATH="${__colored_man_pages_dir}:$PATH" )
|
||||
fi
|
||||
|
||||
command env $environment "$@"
|
||||
command env "${environment[@]}" "$@"
|
||||
}
|
||||
|
||||
# Colorize man and dman/debman (from debian-goodies)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue