From a9d2cb3e2934e9af700e9bbc3b86f4fa22f2b9a8 Mon Sep 17 00:00:00 2001 From: foreverpyrite <51493121+ForeverPyrite@users.noreply.github.com> Date: Sun, 9 Nov 2025 15:23:35 -0600 Subject: [PATCH] this tmux stuff needs refining --- fish/.config/fish/config.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index eec419d..268c0a7 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -42,10 +42,10 @@ starship init fish | source # yet for some reason I'm not always using it # # Should only activate in a terminal emulator though, since it starting -# with the env of the tty instead of the wayland session is really -# annoying tbh +# with the env of the tty or neovim instead of the wayland session is +# really annoying tbh -if not tty | string match --quiet --regex '^/dev/tty[0-9]+$' +if not tty | string match --quiet --regex '^/dev/tty[0-9]+$' || set -q TMUX || set -q NVIM # Making it a varible just in case I wanna change it some day set DEFAULT_SESSION home if status is-interactive && not set -q TMUX