Skip to content
Snippets Groups Projects
Commit 4c6858f3 authored by Antonio Ragagnin's avatar Antonio Ragagnin :speech_balloon:
Browse files

add tmux window name

parent 0b080af4
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ if [ ! -z "$tmuxa" ]; then
tmux send-keys -t $SESSION_NAME:$index ". .env" C-m
tmux send-keys -t $SESSION_NAME:$index ". venv/bin/activate" C-m
tmux send-keys -t $SESSION_NAME:$index "cd $PWD/$value" C-m
tmux rename-window $value
tmux new-window -t $SESSION_NAME -c $PWD
done
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment