mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-10 06:07:09 +03:00
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:
parent
8727f750e2
commit
3f162167f9
@ -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
|
# Create a single default session - because a session is created here, tmux
|
||||||
# should be started with "tmux attach" rather than "tmux new"
|
# 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 monitor-activity on
|
||||||
set -t1:1 aggressive-resize on
|
set -t1:1 aggressive-resize on
|
||||||
neww -d
|
neww -d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user