mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00: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() {
|
||||
local iface_regex="^${1:-.*}\$" iface ip
|
||||
local iface_regex="^(${1:-.*})\$" iface ip
|
||||
for iface ip in "${(@kv)_p9k_iface}"; do
|
||||
if [[ $iface =~ $iface_regex ]]; then
|
||||
_p9k_ret=$ip
|
||||
|
|
Loading…
Reference in a new issue