1
0
Fork 0
vdotfiles/cli/.config/fish/functions/atmux.fish

4 lines
43 B
Fish
Raw Permalink Normal View History

2023-02-05 22:13:01 +02:00
function atmux
tmux attach || tmux
end