From e2e229a4c00c55931d0c6da24aacf8837b19f19d Mon Sep 17 00:00:00 2001 From: Crizomb Date: Fri, 16 Jan 2026 03:41:09 +0100 Subject: [PATCH] zshrc handle toolbox --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index eae1641..b43b939 100644 --- a/.zshrc +++ b/.zshrc @@ -9,6 +9,9 @@ plugins=(git zsh-autosuggestions) source $ZSH/oh-my-zsh.sh EDITOR="hx" +if [[ -f /run/.toolboxenv ]]; then + export HOST="toolbox📦" +fi alias :q=exit alias cl=clear