Files
nixpkgs/pkgs/shells
Maximilian Bosch bd4b70b075 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" ];
    };
  };
}
```
2019-10-28 21:55:34 +01:00
..
2019-10-25 21:00:00 -05:00
2018-11-15 00:13:52 +01:00
2019-08-28 11:07:32 +00:00
2019-01-26 14:25:20 +00:00
2019-08-17 10:54:38 +00:00
2019-08-31 07:41:22 -04:00
2019-04-30 23:41:58 -05:00
2019-08-28 11:07:32 +00:00
2019-10-08 10:39:58 +02:00
2019-08-28 11:07:32 +00:00
2019-09-27 18:10:23 -07:00
2019-07-16 13:58:03 -07:00
2019-09-29 02:59:11 -07:00
2019-10-28 21:55:34 +01:00