aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 2a12f1d2..734cd30f 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -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