mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nixpkgs has fzf-tab
This commit is contained in:
parent
38dae65dcd
commit
8afbe766b0
2 changed files with 2 additions and 9 deletions
|
|
@ -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]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue