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

7 lines
136 B
Fish

if status is-interactive
and not set -q TMUX
if command -v tmux > /dev/null
exec tmux new-session -As base
end
end