1
0
mirror of https://github.com/mbollmann/fishpkgs.git synced 2026-03-02 03:40:15 +00:00

Update README.md

This commit is contained in:
Marcel Bollmann
2021-06-02 11:56:04 +02:00
committed by GitHub
parent 4fafd4e4a7
commit 3d9a52ac13

View File

@@ -1,2 +1,9 @@
# fishpkgs # fishpkgs
Bundled fish packages
This is a drop-in replacement for all [fish](https://fishshell.com/) packages under [https://github.com/fishpkg/](https://github.com/fishpkg/). The only difference is that the files have been moved into a `functions/` subdirectory so that the packages actually work with the [fisher](https://github.com/jorgebucaran/fisher) 4.2.0 or later.
Install with:
```
fisher install mbollmann/fishpkgs
```