Added emacs as an editor choice.
This commit is contained in:
parent
ccbb89e372
commit
73d16bde78
2
i38.sh
2
i38.sh
@ -191,7 +191,7 @@ fi
|
|||||||
webBrowser="$(command -v $webBrowser)"
|
webBrowser="$(command -v $webBrowser)"
|
||||||
# Text editor
|
# Text editor
|
||||||
unset programList
|
unset programList
|
||||||
for i in geany gedit kate kwrite l3afpad leafpad libreoffice mousepad pluma ; do
|
for i in emacs geany gedit kate kwrite l3afpad leafpad libreoffice mousepad pluma ; do
|
||||||
if hash ${i/#-/} &> /dev/null ; then
|
if hash ${i/#-/} &> /dev/null ; then
|
||||||
if [ -n "$programList" ]; then
|
if [ -n "$programList" ]; then
|
||||||
programList="$programList $i"
|
programList="$programList $i"
|
||||||
|
Loading…
Reference in New Issue
Block a user