From 16fb712301a57c446327ac4b93503f216a52ef28 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 1 May 2022 13:42:39 +0200 Subject: [PATCH] upd --- usr/bin/mbhelper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/bin/mbhelper b/usr/bin/mbhelper index 0a9c9be..d68cafc 100755 --- a/usr/bin/mbhelper +++ b/usr/bin/mbhelper @@ -11,6 +11,7 @@ case $LANG in ME="Paleta komend (to menu)" EDIT="Dostosuj..." RESET="Przywróć domyślne" + QUICKCONFIG="Szybki dostęp do plików i katalogów konfiguracyjnych" ;; es*) LNGDIR="en" @@ -25,6 +26,7 @@ case $LANG in ME="CMD Palette (this menu)" EDIT="Edit..." RESET="Reset to default" + QUICKCONFIG="Quick access to config files and directories" ;; esac @@ -63,6 +65,8 @@ cat < ${MENU_ITEMS} $EDIT,mbhelper edit ${TODEFAULT} . $CSVFILE +^sep($QUICKCONFIG) +~/.bashrc,xdg-open ~/.bashrc . $CNFDIRFILE EOF