Add local to the tmuxp-session script
This commit is contained in:
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user