master
Daniel Napora 2022-05-01 13:42:39 +02:00
parent 38414c8457
commit 16fb712301
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ case $LANG in
ME="Paleta komend (to menu)" ME="Paleta komend (to menu)"
EDIT="Dostosuj..." EDIT="Dostosuj..."
RESET="Przywróć domyślne" RESET="Przywróć domyślne"
QUICKCONFIG="Szybki dostęp do plików i katalogów konfiguracyjnych"
;; ;;
es*) es*)
LNGDIR="en" LNGDIR="en"
@ -25,6 +26,7 @@ case $LANG in
ME="CMD Palette (this menu)" ME="CMD Palette (this menu)"
EDIT="Edit..." EDIT="Edit..."
RESET="Reset to default" RESET="Reset to default"
QUICKCONFIG="Quick access to config files and directories"
;; ;;
esac esac
@ -63,6 +65,8 @@ cat <<EOF > ${MENU_ITEMS}
$EDIT,mbhelper edit $EDIT,mbhelper edit
${TODEFAULT} ${TODEFAULT}
. $CSVFILE . $CSVFILE
^sep($QUICKCONFIG)
~/.bashrc,xdg-open ~/.bashrc
. $CNFDIRFILE . $CNFDIRFILE
EOF EOF