fix(trapd00r): fix potential command injection in `zsh_path`

parent 9836aebe
......@@ -38,6 +38,8 @@ local c13=$'\e[38;5;196m\e[1m'
zsh_path() {
setopt localoptions nopromptsubst
local colors
colors=$(echoti colors)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment