MyNixOS website logo

Content to be added to .zshrc. To specify the order, use lib.mkOrder.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
lib.mkOrder 1000 '''
  echo "Hello zsh initContent!"
''';