mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
use HOST for distrobox detection
This commit is contained in:
+1
-1
@@ -8280,7 +8280,7 @@ _p9k_init_toolbox() {
|
||||
local name=(${(Q)${${(@M)${(f)"$(</run/.containerenv)"}:#name=*}#name=}})
|
||||
[[ ${#name} -eq 1 && -n ${name[1]} ]] || return 0
|
||||
typeset -g P9K_TOOLBOX_NAME=${name[1]}
|
||||
elif [[ -n $DISTROBOX_ENTER_PATH && -n $NAME ]]; then
|
||||
elif [[ -n $DISTROBOX_ENTER_PATH && -n $HOST ]]; then
|
||||
local name=${(%):-%m}
|
||||
if [[ $name == $NAME* ]]; then
|
||||
typeset -g P9K_TOOLBOX_NAME=$name
|
||||
|
||||
Reference in New Issue
Block a user