mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-12 17:26:45 +01:00
parenthesize regex
This commit is contained in:
parent
39b2064a97
commit
37221b7720
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ _p9k_segment_in_use() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _p9k_parse_ip() {
|
function _p9k_parse_ip() {
|
||||||
local iface_regex="^${1:-.*}\$" iface ip
|
local iface_regex="^(${1:-.*})\$" iface ip
|
||||||
for iface ip in "${(@kv)_p9k_iface}"; do
|
for iface ip in "${(@kv)_p9k_iface}"; do
|
||||||
if [[ $iface =~ $iface_regex ]]; then
|
if [[ $iface =~ $iface_regex ]]; then
|
||||||
_p9k_ret=$ip
|
_p9k_ret=$ip
|
||||||
|
|
Loading…
Reference in a new issue