diff --git a/cloneall.bash b/cloneall.bash index f8cfecaa512b03fd509ff21a9cff9bd907bdc255..df5912f56f1ecfd525a9381b9eefd4e1c86de853 100644 --- a/cloneall.bash +++ b/cloneall.bash @@ -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