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

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

A very basic direnv configuration for fish
https://github.com/halostatue/fish-direnv

direnv fish fish-plugin fish-shell fisher

Last synced: 20 days ago
JSON representation

A very basic direnv configuration for fish

Awesome Lists containing this project

README

        

# halostatue/fish-direnv

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

A quick plugin for [fish shell][fish shell] to ensure that [direnv][direnv] is
properly hooked into fish configuration.

> [!IMPORTANT]
>
> As of December 2024, I no longer use [direnv][direnv]. As such, I do not
> expect to make further updates to this plugin, but will review pull requests
> as I have time. If you use direnv and wish to maintain this plugin, please
> reach out through an issue.

## Installation

Install with [Fisher][Fisher]:

```fish
fisher install halostatue/fish-direnv@v1
```

### System Requirements

- [fish][fish] 3.4+
- [direnv][direnv]

## Licence

[MIT](./LICENCE.md)

## Change Log

[CHANGELOG](./CHANGELOG.md)

## Contributing

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

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