oh-my-zsh: Fix plugins escapeShellArgs use
This commit is contained in:
parent
7832a664c4
commit
f6196e5b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ in
|
|||
# oh-my-zsh configuration generated by NixOS
|
||||
${optionalString (
|
||||
cfg.oh-my-zsh.plugins != [ ]
|
||||
) "plugins=(${lib.concatStringsSep " " (escapeShellArgs cfg.oh-my-zsh.plugins)})"}
|
||||
) "plugins=(${escapeShellArgs cfg.oh-my-zsh.plugins})"}
|
||||
${optionalString (cfg.oh-my-zsh.custom != "") "ZSH_CUSTOM=${escapeShellArg cfg.oh-my-zsh.custom}"}
|
||||
${optionalString (cfg.oh-my-zsh.theme != "") "ZSH_THEME=${escapeShellArg cfg.oh-my-zsh.theme}"}
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue