diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index 7c409b5d..d4988122 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -8,7 +8,7 @@ set EDITOR vim ssh-add > /dev/null &> /dev/null if not set -q TMUX && not set -q DISABLE_TMUX - tmux attach || exec tmux new-session + exec tmux attach || exec tmux new-session exit end '';