mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Attach to TMUX session on startup
This commit is contained in:
@@ -121,4 +121,9 @@ if status is-interactive
|
|||||||
if type -q direnv
|
if type -q direnv
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# run tmux session
|
||||||
|
if not set -q TMUX
|
||||||
|
tmux attach -t build; or tmux new -s build
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user