Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e12df0e9ce98
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8a0fdf001129
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 28, 2019

  1. fzf-zsh: init at unstable-2019-09-09

    Simple `fzf` wrapper which provides a way nicer interface for ZSH's
    <C-r> search. When using oh-my-zsh it can be enabled like this:
    
    ``` nix
    { pkgs, ... }: {
      programs.zsh = {
        enable = true;
        ohMyZsh = {
          enable = true;
          customPkgs = [ pkgs.fzf-zsh ];
          plugins = [ "fzf-zsh" ];
        };
      };
    }
    ```
    Ma27 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    bd4b70b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge pull request #72195 from Ma27/package-fzf-zsh

    fzf-zsh: init at unstable-2019-09-09
    Ma27 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    8a0fdf0 View commit details
    Browse the repository at this point in the history