From a5db54ae9452d7f0831e9aa292e1e68cdd6cc3ac Mon Sep 17 00:00:00 2001 From: tokiclover Date: Sun, 28 Sep 2014 18:19:06 +0200 Subject: [PATCH] modules: firefox-profile: README.md: minor edit --- modules/firefox-profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/firefox-profile/README.md b/modules/firefox-profile/README.md index 1c88cf88..7f60f6ee 100644 --- a/modules/firefox-profile/README.md +++ b/modules/firefox-profile/README.md @@ -63,7 +63,7 @@ users. The following can be done in that case in *zpreztorc*. if [[ ${TTY/tty} == $TTY ]] && [[ $EUID != 0 ]] { zpmodules=($zpmodules firefox-profile) } - zstyle ':prezto:load' pmodule ${(qq)zpmodules} + zstyle ':prezto:load' pmodule $zpmodules unset zpmodules That snipet of code exlude console and *superuser* from having this module.