79432185

Date: 2025-02-12 06:54:16
Score: 0.5
Natty:
Report link

Just a small addition for those using Fish shell

~/.config/fish/config.fish

if status is-interactive
and not set -q TMUX
    tmux a || tmux
end
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Slava.In