File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,18 @@ clear
2323thekeys=($( echo {a..p}) $( echo {r..z}) $( echo {1..9}) $( echo {A..Z}) )
2424declare -x keycounter=1
2525
26- menuInit " Quick Locations"
27- submenuHead " Registered locations:"
26+ echo " Quick locations:"
2827OLD_IFS=$IFS
2928for (( i = 1 ; i < (( ${# locations[@]} + 1 )) ; i++ )); do
3029 IFS=" =" read -r locname locdestination <<< " ${locations[i]}"
3130 menuItem " ${thekeys[keycounter]} " " $locdestination " " toDirAndTerminate ${locdestination} "
31+ echo " ${thekeys[keycounter]} " . " $locdestination "
3232 (( keycounter++ ))
3333done
34- echo " ${menudatamap[@]} "
3534IFS=$OLD_IFS
3635submenuHead " Shortcuts"
3736menuItem X " Purge git dir cache" purgDirCache
38- echo " ${menudatamap[@]} "
39- startMenu
37+ choice
4038
4139source " ${script_dir} /shellmenu.sh"
4240unset locations
You can’t perform that action at this time.
0 commit comments