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