zshrc handle toolbox

This commit is contained in:
Crizomb 2026-01-16 03:41:09 +01:00
parent baa48edbe6
commit e2e229a4c0

3
.zshrc
View file

@ -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