feat(fish): add plugin to pick up completions in nix shells
This commit is contained in:
parent
2995d7f504
commit
56eeaad725
1 changed files with 9 additions and 0 deletions
|
|
@ -29,6 +29,15 @@ in
|
|||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
plugins = [{
|
||||
name = "fish-completion-sync";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "pfgray";
|
||||
repo = "fish-completion-sync";
|
||||
rev = "ba70b6457228af520751eab48430b1b995e3e0e2";
|
||||
sha256 = "sha256-JdOLsZZ1VFRv7zA2i/QEZ1eovOym/Wccn0SJyhiP9hI=";
|
||||
};
|
||||
}];
|
||||
shellAbbrs = shellConfig.abbreviations;
|
||||
shellAliases = shellConfig.aliases;
|
||||
shellInit = /* fish */ ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue