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
- Host: GitHub
- URL: https://github.com/halostatue/fish-direnv
- Owner: halostatue
- License: mit
- Created: 2019-06-07T02:12:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T03:31:53.000Z (21 days ago)
- Last Synced: 2025-04-11T19:22:34.877Z (20 days ago)
- Topics: direnv, fish, fish-plugin, fish-shell, fisher
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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