aboutsummaryrefslogtreecommitdiff
path: root/modules/lib/zsh.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply `nixfmt` on many filesRobert Helgesson2020-02-021-7/+9
|
* lib.zsh: add moduleMarcial Gaißert2019-01-111-0/+28
Added utilities to generate export statements and definitions for zsh scripts. Currently, there is only lib.shell which generates export statements in bash syntax. However, this does not allow to generate export statements for zsh arrays (syntax: NAME=(elem1 elem2 ...) ), which would be the natural representation of lists in the nix language.