fix: interactive call command if fish command

This commit is contained in:
root 2024-07-08 14:21:59 +00:00
parent 2c57a2bc76
commit 24f95f18f6

View File

@ -1,5 +1,4 @@
#!/usr/bin/fish if status is-interactive
bash ~/.config/fish/run_main_tmux_if_it_is_not_running.sh
bash run_main_tmux_if_it_is_not_running.sh tmux attach -t main
end
tmux attach -t main