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

master
Marc Cornellà 5 years ago
parent 9836aebe67
commit 4e777ef9d6
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      themes/trapd00r.zsh-theme

@ -38,6 +38,8 @@ local c13=$'\e[38;5;196m\e[1m'
zsh_path() {
setopt localoptions nopromptsubst
local colors
colors=$(echoti colors)

Loading…
Cancel
Save