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

https://github.com/riobard/zsh-powerline

Powerline for Zsh in pure Zsh script. See also https://github.com/riobard/bash-powerline
https://github.com/riobard/zsh-powerline

powerline shell zsh zsh-powerline

Last synced: 4 months ago
JSON representation

Powerline for Zsh in pure Zsh script. See also https://github.com/riobard/bash-powerline

Awesome Lists containing this project

README

          

# zsh-powerline

Powerline for Zsh in pure Zsh script. See also
[bash-powerline](https://github.com/riobard/bash-powerline/).

## Installation

Download the Zsh script

```sh
curl https://raw.githubusercontent.com/riobard/zsh-powerline/master/zsh-powerline.sh > ~/.zsh-powerline.sh
```

and source it in your `.zshrc`

```
source ~/.zsh-powerline.sh
```