modules: firefox-profile: README.md: minor edit
This commit is contained in:
parent
80c2de6d1e
commit
a5db54ae94
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ users. The following can be done in that case in *zpreztorc*.
|
||||||
if [[ ${TTY/tty} == $TTY ]] && [[ $EUID != 0 ]] {
|
if [[ ${TTY/tty} == $TTY ]] && [[ $EUID != 0 ]] {
|
||||||
zpmodules=($zpmodules firefox-profile)
|
zpmodules=($zpmodules firefox-profile)
|
||||||
}
|
}
|
||||||
zstyle ':prezto:load' pmodule ${(qq)zpmodules}
|
zstyle ':prezto:load' pmodule $zpmodules
|
||||||
unset zpmodules
|
unset zpmodules
|
||||||
|
|
||||||
That snipet of code exlude console and *superuser* from having this module.
|
That snipet of code exlude console and *superuser* from having this module.
|
||||||
|
|
Loading…
Add table
Reference in a new issue