oh-my-zsh: add module (#25140)

* programs.zsh: add enableOhMyZsh option to automate setup of oh-my-zsh in global zshrc

* programs.zsh: make oh-my-zsh plugins configurable

* programs.zsh: add ohMyZshCustom option

* programs.zsh: add ohMyZshTheme option

* programs.zsh: applying minor fixes to evaluate expressions properly

* programs.zsh: fix ordering of oh-my-zsh config and execution

* programs.zsh: move all oh-my-zsh params into its own scope named programs.zsh.oh-my-zsh
This commit is contained in:
Maximilian Bosch
2017-04-23 13:58:07 +02:00
committed by Jörg Thalheim
parent f1bc5a3a83
commit 9ec64d2890
3 changed files with 68 additions and 1 deletions
+1 -1
View File
@@ -99,6 +99,7 @@ in
'';
};
};
};
@@ -143,7 +144,6 @@ in
${cfge.interactiveShellInit}
HELPDIR="${pkgs.zsh}/share/zsh/$ZSH_VERSION/help"
'';