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

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

Awesome Lists containing this project

README

          

# oh-my-zsh-emloop
[![Development Status](https://img.shields.io/badge/status-Experimental-yellow.svg?style=flat)]()
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![Master Developer](https://img.shields.io/badge/master-Petr%20Bělohlávek-lightgrey.svg?style=flat)]()

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)
```