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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e12df0e9ce98
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    bd4b70b View commit details

Commits on Oct 31, 2019

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

    fzf-zsh: init at unstable-2019-09-09
    Ma27 authored Oct 31, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8a0fdf0 View commit details
Loading