[ADD][ZSH] Launch tmux at launch
This commit is contained in:
parent
71d16e9fa4
commit
1bf660cedb
|
@ -119,3 +119,8 @@ source /usr/share/fzf/key-bindings.zsh
|
||||||
|
|
||||||
# Enable completions for fzf
|
# Enable completions for fzf
|
||||||
source /usr/share/fzf/completion.zsh
|
source /usr/share/fzf/completion.zsh
|
||||||
|
|
||||||
|
# Launch tmux with a default session
|
||||||
|
if [ -z "$TMUX" ]; then
|
||||||
|
exec tmux new-session -As default
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue