Add local to the tmuxp-session script
This commit is contained in:
parent
77fd043e7b
commit
ce5b9bb5b3
|
@ -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" ;;
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
session_name: odyfo
|
||||
suppress_history: false
|
||||
|
||||
windows:
|
||||
- window_name: dev
|
||||
focus: true
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh prodyfo
|
||||
- ssh prodyfo
|
Loading…
Reference in New Issue