zshrc handle toolbox
This commit is contained in:
parent
baa48edbe6
commit
e2e229a4c0
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
|
@ -9,6 +9,9 @@ plugins=(git zsh-autosuggestions)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
EDITOR="hx"
|
EDITOR="hx"
|
||||||
|
if [[ -f /run/.toolboxenv ]]; then
|
||||||
|
export HOST="toolbox📦"
|
||||||
|
fi
|
||||||
|
|
||||||
alias :q=exit
|
alias :q=exit
|
||||||
alias cl=clear
|
alias cl=clear
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue