Add local to the tmuxp-session script

This commit is contained in:
coolneng 2021-11-11 15:55:54 +01:00
parent 77fd043e7b
commit ce5b9bb5b3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 10 deletions

View File

@ -2,6 +2,7 @@
select_action() {
action_content=(
"local"
"zion"
"hpc"
"idlab"
@ -16,6 +17,7 @@ launch_session() {
execute_action() {
case "$1" in
"local") launch_session "local" ;;
"zion") launch_session "zion" ;;
"hpc") launch_session "hpc" ;;
"idlab") launch_session "idlab" ;;

View File

@ -1,10 +0,0 @@
session_name: odyfo
suppress_history: false
windows:
- window_name: dev
focus: true
layout: even-vertical
panes:
- ssh prodyfo
- ssh prodyfo