Use single quotes also in $LINE definiton

This commit is contained in:
Marc Cornellà 2013-12-14 02:13:18 +01:00
parent b0fbe0d11a
commit b73ced397f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function omz_termsupport_preexec {
emulate -L zsh
setopt extended_glob
local CMD=${1[(wr)^(*=*|sudo|ssh|rake|-*)]} #cmd name only, or if this is sudo or ssh, the next cmd
local LINE="${2}"
local LINE='${2}'
title "$CMD" '%100>...>$LINE%<<'
}