Skip to content

programs.zsh: rename oh-my-zsh to ohMyZsh#26083

Merged
fpletz merged 1 commit intoNixOS:masterfrom
Ma27:rename/oh-my-zsh
May 25, 2017
Merged

programs.zsh: rename oh-my-zsh to ohMyZsh#26083
fpletz merged 1 commit intoNixOS:masterfrom
Ma27:rename/oh-my-zsh

Conversation

@Ma27
Copy link
Member

@Ma27 Ma27 commented May 25, 2017

Motivation for this change

This is intended to provide better consistency with other NixOS modules.
Please refer to mayflower#21 for further information. (/cc @WilliButz @fpletz)

I checked this change using the following configuration:

{
  # ...
  programs.zsh = {
    enable = true;

    ohMyZsh = {
      enable = true;
      theme = "norm";
    };
  };
}

I booted the VM using the following command:

NIXOS_CONFIG=`pwd`/vmtest.nix nixos-rebuild -I nixpkgs=$HOME/Projects/nixpkgs/ build-vm
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

This is intended to provide better consistency with other NixOS modules.
Please refer to mayflower#21 for further information.
@fpletz fpletz merged commit e1239fd into NixOS:master May 25, 2017
@Ma27 Ma27 deleted the rename/oh-my-zsh branch May 26, 2017 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants