Skip to content

Commit

Permalink
nix: include fzf completion in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Apr 29, 2024
1 parent 41f0c6a commit a016e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/bun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ in {
enable = true;
shellAliases = import ../configs/bash/aliases.nix;
bashrcExtra = ''
source ${pkgs.fzf}/share/fzf/completion.bash
source ${../configs/bash/bashrc}
'';
};
Expand Down

0 comments on commit a016e83

Please sign in to comment.