1
0
Fork 0

[bin] Fix tmux launcher syntax error

main
Sebastian Schulze 2022-06-24 21:14:07 +02:00
parent 7090b6e0ab
commit 17f0d6b532
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if ! tmux has-session -t "${name}" 2> /dev/null; then
tmux select-window -t "${name}" -t 0
fi;
if [[ -z "${TMUX} ]]; then
if [[ -z "${TMUX}" ]]; then
tmux attach -t "${name}"
else
tmux switch-client -t "${name}"