File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ addshort () {
24
24
do
25
25
26
26
# ask which command, what it does and what it does in your language
27
- echo -e " Which is the shortcut command?\n "
27
+ echo -e " \nWhich is the shortcut command?"
28
28
read combination
29
29
30
30
# evaluate if already present
@@ -36,10 +36,10 @@ addshort () {
36
36
fi
37
37
38
38
# UNCOMMENT these lines if you want to add your own language explanation
39
- # echo -e "$whatdoes\n "
39
+ # echo -e "\n$whatdoes "
40
40
# read whatdoeslan
41
41
42
- echo -e " what it does?\n "
42
+ echo -e " \nwhat it does?"
43
43
read whatdoes
44
44
45
45
# insert in file
@@ -73,7 +73,7 @@ searchshort () {
73
73
done
74
74
75
75
# ask which command
76
- echo " Which shortcut are you searching for?"
76
+ echo -e " \nWhich shortcut are you searching for?"
77
77
read whatdoes
78
78
79
79
# evaluate searched words
You can’t perform that action at this time.
0 commit comments