File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ [locations]
2+ mavenhome=~/.m2
3+ workspace=~/workspace
4+ easykey=~/workspace/EasyKey.shellmenu
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ unset locations
55script_dir=" $1 "
66source " ${script_dir} /shellmenu.sh"
77
8- configfilename=.ezk-git-loca-conf
8+ configfilename=.ezk-bash-config
99
1010function toDirAndTerminate () {
1111 vars=" $* " # all splitted words back to one var
@@ -16,7 +16,7 @@ function toDirAndTerminate () {
1616
1717# Reads the config into global array "workspaces"
1818# The config needs to have that section [workspaces]
19- initConfig " ${script_dir} /EasyKey.git /${configfilename} "
19+ initConfig " ${script_dir} /EasyKey.bash /${configfilename} "
2020
2121echo " ${locations[@]} "
2222
You can’t perform that action at this time.
0 commit comments