From 5c6a94f1433d48eeb3091f39122ebce15215de92 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 23 Sep 2020 08:58:50 -0600 Subject: [PATCH] Add ale theme * Add ale theme now that https://github.com/alepimentel/ale-zsh/issues/2 is closed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c03bba1..3b1bf13 100644 --- a/README.md +++ b/README.md @@ -1075,6 +1075,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [agnoster](https://gist.github.com/agnoster/3712874) - Optimized for solarized terminal color schemes, shows `git` decorations, user@host, working directory, the previous command's exit status and whether you are running with root privileges. Requires a Powerline-compatible font. * [agnosterzak](https://github.com/zakaziko99/agnosterzak-ohmyzsh-theme) - Based on [Agnoster](https://gist.github.com/agnoster/3712874), shows battery life, date & time, `git` status, current directory and user & host information. * [akzsh](https://github.com/awkimball/akzsh) - Works best with a dark terminal theme, includes `git` decorations. +* [ale](https://github.com/alepimentel/ale-zsh) - Based on the fino theme. Includes `git`, `virtualenv` and `node` status decorations. * [alien-minimal](https://github.com/eendroroy/alien-minimal) - Minimalist ZSH theme with `git` status displayed. * [alien](https://github.com/eendroroy/alien) - Powerline-esque ZSH theme that shows `git` decorations and the exit code of the last command. Faster than many other prompts because it determines the `git` decorations asynchronously in a background process. * [alpharized](https://github.com/NicoSantangelo/Alpharized) - Optimized to work with [solarized](http://ethanschoonover.com/solarized) dark terminals. It's a modified version of the [avit theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme).