Skip to content

Commit

Permalink
Start tmux when fish starts
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavspi committed Feb 24, 2024
1 parent 9d608ab commit a114b3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/dot_config/fish/config.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if status is-interactive
and not set -q TMUX
exec tmux new -A -s main
end

if status is-interactive
set fish_greeting
fish_config theme choose catppuccin-mocha
Expand Down

0 comments on commit a114b3d

Please sign in to comment.