fix(fish): quoted problematic strings

This commit is contained in:
Léana 江 2023-05-12 22:08:35 +02:00 committed by Léana 江
parent e729b21a2f
commit 312789f0e0
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ function tmux_attach --description "attach to existing tmux sessions"
return 0
end
if [ -z $TMUX ]
if [ -z "$TMUX" ]
tmux attach-session -t $selected
else
tmux switch-client -t $selected