nixpkgs has fzf-tab

This commit is contained in:
Gerg-L 2023-11-07 06:12:07 -05:00
parent 38dae65dcd
commit 8afbe766b0
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 2 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ fetch-rs, self, ... }:
{ fetch-rs, ... }:
{
pkgs,
config,
@ -68,7 +68,7 @@
histFile = "$HOME/.cache/zsh_history";
interactiveShellInit = ''
### fzf-tab ###
source ${self.packages.fzf-tab}/fzf-tab.plugin.zsh
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
### pager ###
man () {
PROGRAM="''${@[-1]}"