summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-02-21 22:52:08 +0100
committerDaiderd Jordan <daiderd@gmail.com>2017-02-21 22:52:08 +0100
commit18c06d53bd66af878c8cc9e9317d60145438d862 (patch)
tree2114d45936c7aa57a19cab79504d9d82d234cc8c /modules/examples
parentc4e573258d7b2b062539e86f671961cc50c7c10a (diff)
zsh: add options for fzf completion and git
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 6a230c4..aa94a34 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -152,6 +152,8 @@
programs.zsh.enable = true;
programs.zsh.enableBashCompletion = true;
+ programs.zsh.enableFzfCompletion = true;
+ programs.zsh.enableFzfGit = true;
programs.zsh.enableFzfHistory = true;
programs.zsh.variables.cfg = "$HOME/.nixpkgs/darwin-config.nix";