https://github.com/karimsa/shenv
https://github.com/karimsa/shenv
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karimsa/shenv
- Owner: karimsa
- License: mit
- Created: 2020-05-08T21:42:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T21:48:39.000Z (over 5 years ago)
- Last Synced: 2025-03-11T21:03:58.429Z (10 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shenv
Add virtuals hell commands from docker containers.
```
curl -fsSL https://raw.githubusercontent.com/karimsa/shenv/master/shenv > /usr/local/bin/shenv
chmod +x /usr/local/bin/shenv
```
And then finally add `export PATH="$PATH:$HOME/.shenv/bin"` to your shell's rc file (i.e. `~/.bashrc`, `~/.zshrc`).
## License
Licensed under [MIT license](LICENSE).