5 lines
88 B
Fish
5 lines
88 B
Fish
if status is-interactive
|
|
and not set -q TMUX
|
|
exec tmux
|
|
end
|
|
source ~/.asdf/asdf.fish
|