https://github.com/iterait/oh-my-zsh-emloop
Oh My ZSH plugin for emloop
https://github.com/iterait/oh-my-zsh-emloop
emloop zsh
Last synced: about 1 month ago
JSON representation
Oh My ZSH plugin for emloop
- Host: GitHub
- URL: https://github.com/iterait/oh-my-zsh-emloop
- Owner: iterait
- License: other
- Created: 2018-10-29T10:43:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T13:31:53.000Z (over 7 years ago)
- Last Synced: 2025-11-20T00:07:27.365Z (8 months ago)
- Topics: emloop, zsh
- Size: 5.86 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oh-my-zsh-emloop
[]()
[](LICENSE)
[]()
Emloop plugin for Oh My ZSH.
Clone this repository to your custom `plugins` directory (and name it `emloop`).
Note that `ZSH_CUSTOM` and `fpath` must be set correctly, e.g.
```
export ZSH=$HOME/.zsh/oh-my-zsh
ZSH_CUSTOM=$ZSH/../zsh-custom
fpath=($ZSH_CUSTOM $ZSH_CUSTOM/plugins/emloop $fpath)
```