Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halostatue/fish-go

Golang configuration discovery for Fish
https://github.com/halostatue/fish-go

fish fish-plugin fish-shell fisher golang

Last synced: 4 months ago
JSON representation

Golang configuration discovery for Fish

Awesome Lists containing this project

README

        

# halostatue/fish-go

[![Version][]](https://github.com/halostatue/fish-go/releases)

A quick plugin for [fish shell][] to ensure that `$GOROOT/bin` and `$GOPATH/bin`
are set properly in `$PATH`.

## Installation

Install with [Fisher][] (recommended):

```fish
fisher install halostatue/[email protected]
```

Not using a package manager?

---

Copy `conf.d/*.fish` to your fish configuration directory preserving the
directory structure.

### System Requirements

- [fish][] 3.2+

## Licence

[MIT](./LICENCE.md)

## Change Log

[CHANGELOG](./CHANGELOG.md)

## Contributing

- [Contributing](./CONTRIBUTING.md)
- [Contributors](./CONTRIBUTORS.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)

[fish shell]: https://fishshell.com 'friendly interactive shell'
[version]: https://img.shields.io/github/tag/halostatue/fish-go.svg?label=Version
[fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell