launch tmux on opening terminal emulator on desktop
This commit is contained in:
parent
2ff18bb9fc
commit
7dc3dfa532
1 changed files with 6 additions and 1 deletions
|
@ -70,7 +70,12 @@ ZSH_THEME="obraun"
|
|||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git)
|
||||
plugins=(git tmux)
|
||||
|
||||
# Spawn tmux shell if its my pc
|
||||
if [ $HOST = "bodenheizung" ]; then
|
||||
ZSH_TMUX_AUTOSTART=true
|
||||
fi
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue