mirror of https://github.com/ohmyzsh/ohmyzsh.git
fix(trapd00r): fix potential command injection in `zsh_path`
parent
9836aebe67
commit
4e777ef9d6
|
@ -38,6 +38,8 @@ local c13=$'\e[38;5;196m\e[1m'
|
|||
|
||||
|
||||
zsh_path() {
|
||||
setopt localoptions nopromptsubst
|
||||
|
||||
local colors
|
||||
colors=$(echoti colors)
|
||||
|
||||
|
|
Loading…
Reference in New Issue