fix: ensure fish is launched as login shell in first window

The SSH agent wasn't properly initializing in the first tmux window becausefish wasn't being launched as a login shell. This caused the condition status is-login to fail, preventing wsl2-ssh-agent from running.
This commit is contained in:
Timofey Gelazoniya 2025-03-25 18:34:52 +03:00
parent 8727f750e2
commit 3f162167f9
No known key found for this signature in database

View File

@ -61,7 +61,7 @@ set-window-option -g window-status-current-style bg=default
# Create a single default session - because a session is created here, tmux
# should be started with "tmux attach" rather than "tmux new"
new -d -s1 -nfish 'fish'
new -d -s1 -nfish 'fish -l'
set -t1:1 monitor-activity on
set -t1:1 aggressive-resize on
neww -d