appearance

This commit is contained in:
paukstelis
2022-06-26 20:02:49 -04:00
parent d66dfd992e
commit d50edf6b4f
2 changed files with 29 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ install_plugin() {
}
plugin_menu() {
echo
echo
PS3='Select recommended plugins to install: '
readarray -t plugins < <(cat $SCRIPTDIR/plugins_list | sed -n -e 's/^plugin:\(.*\) path:.*/\1/p')
plugins+=("All")