flocon/dot_config/fish/conf.d/tmux.fish

8 lines
136 B
Fish
Raw Normal View History

2024-08-15 23:44:26 +00:00
if status is-interactive
and not set -q TMUX
if command -v tmux > /dev/null
exec tmux new-session -As base
end
end