Remove idlab files

This commit is contained in:
2022-09-10 12:23:54 +02:00
parent 2023c27d06
commit df08d3b604
5 changed files with 0 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ select_action() {
"local"
"zion"
"hpc"
"idlab"
)
action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session")
execute_action "$action"
@@ -20,7 +19,6 @@ execute_action() {
"local") launch_session "local" ;;
"zion") launch_session "zion" ;;
"hpc") launch_session "hpc" ;;
"idlab") launch_session "idlab" ;;
esac
}