-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 74a1ea1f89c9
head repository: NixOS/nixpkgs
compare: 1c5f4ae5d281
- 9 commits
- 5 files changed
- 3 contributors
Commits on Jun 12, 2017
-
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 (cherry picked from commit 9ec64d2)
Configuration menu - View commit details
-
Copy full SHA for 6f295b8 - Browse repository at this point
Copy the full SHA 6f295b8View commit details -
zsh-syntax-highlighting: Add more configuration options and move to m…
Configuration menu - View commit details
-
Copy full SHA for 533f813 - Browse repository at this point
Copy the full SHA 533f813View commit details -
programs.zsh.syntax-highlighting: refactor
highlighters
option for ……proper validation Right now the `programs.zsh.syntax-highlighting.highlighters` option lacks appropriate validation which can cause confusing things when mistyping a higlighter for zsh-syntax-highlighting. (cherry picked from commit baa3b3e)
Configuration menu - View commit details
-
Copy full SHA for ffb4c1f - Browse repository at this point
Copy the full SHA ffb4c1fView commit details -
programs.zsh.syntax-highlighting: support custom highlighting patterns
see https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/pattern.md for further reference. (cherry picked from commit f6e612b)
Configuration menu - View commit details
-
Copy full SHA for 07973d1 - Browse repository at this point
Copy the full SHA 07973d1View commit details -
zsh module: rename option syntax-highlighting
rename zsh-option "syntax-highlighting" -> "syntaxHighlighting" (cherry picked from commit 4e4f7a2)
Configuration menu - View commit details
-
Copy full SHA for 8039870 - Browse repository at this point
Copy the full SHA 8039870View commit details -
programs.zsh: rename oh-my-zsh to ohMyZsh
This is intended to provide better consistency with other NixOS modules. Please refer to mayflower#21 for further information. (cherry picked from commit a549596)
Configuration menu - View commit details
-
Copy full SHA for 9045bd0 - Browse repository at this point
Copy the full SHA 9045bd0View commit details -
programs.zsh.syntaxHighlighting: refactor to use attr sets rather tha…
…n recursive lists for patterns The idea has been described here: #25323 (comment) (cherry picked from commit 0925f79)
Configuration menu - View commit details
-
Copy full SHA for 6a5ce16 - Browse repository at this point
Copy the full SHA 6a5ce16View commit details -
programs.zsh.syntax-highlighting: simplify enable option by using `mk…
…EnableOption` (cherry picked from commit c4e4071)
Configuration menu - View commit details
-
Copy full SHA for 19a2cb8 - Browse repository at this point
Copy the full SHA 19a2cb8View commit details -
programs.zsh.syntaxHighlighting: Fix default value for patterns
(cherry picked from commit b8ebc60)
Configuration menu - View commit details
-
Copy full SHA for 1c5f4ae - Browse repository at this point
Copy the full SHA 1c5f4aeView commit details
There are no files selected for viewing