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