« Minimal Reproducible »

Home Tags About GitHub

how to set up config.fish to auto run tmux every time start fish

Published at 2024-05-10
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 softwares-and-toolsunix-clitmux

how to set up config.fish to auto run tmux every time start fish

ref: https://github.com/fish-shell/fish-shell/issues/4434

add this to the end of config.fish:

if status is-interactive
and not set -q TMUX
    exec tmux
end

« Minimal Reproducible »

Powered by Astro