updates fish and tmux config

This commit is contained in:
Dennis Schoepf 2026-01-10 21:05:36 +01:00
parent 88e0931762
commit 7f22840563
2 changed files with 4 additions and 4 deletions

View file

@ -78,7 +78,7 @@
set -l session_name (basename $selected)
set -l tmux_runnning (pgrep tmux)
if test -z $TMUX and -z @tmux_running
if test -z $TMUX && -z @tmux_running
tmux new-session -s $selected_name -c $selected
return 0
end