diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2019-10-28 21:55:34 +0100 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2019-10-28 21:55:34 +0100 |
| commit | bd4b70b0759197c5047e086622d9df8a7ae74785 (patch) | |
| tree | fb224f9126052afbe3178d8eddd4684e84e0d6f1 /pkgs/development/python-modules/python-sql | |
| parent | f661393aa43a012c54ac8e9e1fb0c50a7cd53adc (diff) | |
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" ];
};
};
}
```
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
