Fish: Difference between revisions
imported>Jhh No edit summary |
imported>Jhh No edit summary |
||
Line 26: | Line 26: | ||
}]; | }]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== nixpkgs === | |||
Or you can use some of the [https://search.nixos.org/packages?channel=unstable&from=0&size=50&buckets=%7B%22package_attr_set%22%3A%5B%22fishPlugins%22%5D%2C%22package_license_set%22%3A%5B%5D%2C%22package_maintainers_set%22%3A%5B%5D%2C%22package_platforms%22%3A%5B%5D%7D&sort=relevance&query=fishPlugins packaged plugins], by just adding them to your installed packages (or with nix-env) | |||
==Fish completions== | ==Fish completions== | ||
Line 34: | Line 38: | ||
programs.fish.enable = true; | programs.fish.enable = true; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Useful scripts == | == Useful scripts == |