Skip to content

Commit 85c0600

Browse files
committed
update
1 parent 6f7ff4c commit 85c0600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager/programs/fish/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
shellInit = ''
2121
# for tmux
22-
if type -q tmux && test -z $TMUX && status --is-login
22+
if type -q tmux && test -z $TMUX
2323
tmux attach-session -t 0 || tmux new-session
2424
end
2525

0 commit comments

Comments
 (0)