mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
[Fix #426] Correct syntax error in variable assignment
This commit is contained in:
parent
2e64f7ed64
commit
23f62774f9
@ -29,8 +29,7 @@ zstyle -s ':prezto:module:history-substring-search' globbing-flags \
|
||||
|| HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
|
||||
|
||||
if zstyle -t ':prezto:module:history-substring-search' case-sensitive; then
|
||||
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS=\
|
||||
"${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS//i}"
|
||||
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS="${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS//i}"
|
||||
fi
|
||||
|
||||
if ! zstyle -t ':prezto:module:history-substring-search' color; then
|
||||
|
Loading…
Reference in New Issue
Block a user