Add support of nautilus and nvim-qt

This commit is contained in:
Felecarp 2021-10-22 11:11:34 +02:00 committed by GitHub
parent aba9eb3d1a
commit 413841a335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ case $chosen in
$files)
if [[ -f /usr/bin/thunar ]]; then
thunar &
elif [[ -f /usr/bin/nautilus ]]; then
nautilus &
elif [[ -f /usr/bin/pcmanfm ]]; then
pcmanfm &
else
@ -57,6 +59,8 @@ case $chosen in
$editor)
if [[ -f /usr/bin/geany ]]; then
geany &
elif [[ -f /usr/bin/nvim-qt ]]; then
nvim-qt &
elif [[ -f /usr/bin/leafpad ]]; then
leafpad &
elif [[ -f /usr/bin/mousepad ]]; then