diff --git a/docs/Themes.md b/docs/Themes.md
index e6dcae9..3f54259 100644
--- a/docs/Themes.md
+++ b/docs/Themes.md
@@ -1,9 +1,13 @@
# Available themes
- [agnoster](#agnoster)
+- [aight](#aight)
+- [ays](#ays)
- [batman](#batman)
- [beloglazov](#beloglazov)
- [bira](#bira)
- [bobthefish](#bobthefish)
+- [bongnoster](#bongnoster)
+- [boxfish](#boxfish)
- [budspencer](#budspencer)
- [cbjohnson](#cbjohnson)
- [chain](#chain)
@@ -14,9 +18,12 @@
- [cyan](#cyan)
- [dangerous](#dangerous)
- [default](#default)
+- [dmorrell](#dmorrell)
+- [doughsay](#doughsay)
- [eclm](#eclm)
- [edan](#edan)
- [eden](#eden)
+- [emoji-powerline](#emoji-powerline)
- [es](#es)
- [fishbone](#fishbone)
- [fishface](#fishface)
@@ -24,37 +31,53 @@
- [fisk](#fisk)
- [flash](#flash)
- [fox](#fox)
+- [gentoo](#gentoo)
- [gianu](#gianu)
- [gitstatus](#gitstatus)
- [gnuykeaj](#gnuykeaj)
- [godfather](#godfather)
-- [hulk](#hulk)
+- [graystatus](#graystatus)
+- [harleen](#harleen)
- [idan](#idan)
- [integral](#integral)
- [jacaetevha](#jacaetevha)
+- [johanson](#johanson)
- [kawasaki](#kawasaki)
- [krisleech](#krisleech)
- [l](#l)
- [lambda](#lambda)
+- [lavender](#lavender)
- [lolfish](#lolfish)
- [mars](#mars)
+- [mish](#mish)
- [mokou](#mokou)
- [mtahmed](#mtahmed)
- [nai](#nai)
- [nelsonjchen](#nelsonjchen)
+- [neolambda](#neolambda)
- [numist](#numist)
- [ocean](#ocean)
+- [one](#one)
- [pastfish](#pastfish)
- [perryh](#perryh)
+- [pie](#pie)
- [plain](#plain)
- [pure](#pure)
+- [pygmalion](#pygmalion)
+- [random](#random)
+- [randomrussel](#randomrussel)
- [red-snapper](#red-snapper)
+- [redfish](#redfish)
+- [rider](#rider)
- [robbyrussell](#robbyrussell)
+- [sashimi](#sashimi)
- [scorphish](#scorphish)
- [shellder](#shellder)
- [simple-ass-prompt](#simple-ass-prompt)
- [simplevi](#simplevi)
+- [slacker](#slacker)
- [slavic-cat](#slavic-cat)
+- [spacefish](#spacefish)
- [sushi](#sushi)
- [syl20bnr](#syl20bnr)
- [taktoa](#taktoa)
@@ -62,9 +85,13 @@
- [toaster](#toaster)
- [tomita](#tomita)
- [trout](#trout)
+- [tweetjay](#tweetjay)
- [uggedal](#uggedal)
- [will](#will)
+- [wolf-theme](#wolf-theme)
- [yimmy](#yimmy)
+- [zeit](#zeit)
+- [zephyr](#zephyr)
- [zish](#zish)
# agnoster
@@ -76,7 +103,7 @@ A fish theme optimized for people who use:
* Git
* Mercurial (requires 'hg prompt')
* SVN
-* Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
+* Unicode-compatible fonts and terminals (Use a Powerline patched font, e.g., from here: https://github.com/powerline/fonts)
* Fish Vi-mode
For Mac users, I highly recommend iTerm 2 + Solarized Dark
@@ -87,21 +114,78 @@ For Mac users, I highly recommend iTerm 2 + Solarized Dark
###### Characteristics
* If the previous command failed (โ)
-* User @ Hostname (if user is not DEFAULT_USER, which can then be set in your profile)
-* Git/HG/SVN status
+- If private mode is enabled (๐)
+* User @ Hostname (if user is not DEFAULT_USER, which can be set in your profile)
+* Git/HG status
+* Subversion status enabled by adding `set -g theme_svn_prompt_enabled yes` to your `config.fish`.
* Branch (๎ ) or detached head (โฆ)
* Current branch / SHA1 in detached head state
* Dirty working directory (ยฑ, color change)
-* Working directory
+ * By default, git repos will show as dirty if there are untracked files. This can be changed by adding `set -g fish_git_prompt_untracked_files no` to your `config.fish`. This value is passed into `git status --untracked-files`, so any value git supports is valid for this command
+* Current working directory
* Elevated (root) privileges (โก)
-* Current virtualenv (Python)
+* Current virtual environment (Python virtualenv and Nix Shell)
You will probably want to disable the default virtualenv prompt. Add to your [`init.fish`](https://github.com/oh-my-fish/oh-my-fish#dotfiles):
-`set --export VIRTUAL_ENV_DISABLE_PROMPT 1`
+`set -gx VIRTUAL_ENV_DISABLE_PROMPT 1`
* Indicate vi mode.
+* Source control blacklist. To disable source control prompts in certain directories, you can add the following to your `init.fish` or `config.fish`: `set -g scm_prompt_blacklist "/path/to/blacklist"`.
Ported from https://gist.github.com/agnoster/3712874.
+# aight
+### Aight
+
+A theme for fish that puts most stuff on the right.
+
+#### Installation
+
+```fish
+omf update
+omf install aight
+```
+
+#### Features
+
+* Stuff goes on the right, out of your way.
+
+#### Contributing
+
+Just fork and make PRs.
+
+### License
+
+[MIT](https://opensource.org/licenses/MIT) ยฉ Austin Bingham 2017
+
+
+# ays
+##### Ays
+
+Theme imported from oh-my-zsh [ys-theme](http://blog.ysmood.org/my-ys-terminal-theme/)
+
+[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
+[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com)
+
+
+
+###### Screenshot
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
-Buy me a โ -
+[github-ci-link]:
+
+
+
+
+
+
+
+
Fish Shell
prompt for Astronauts.
+
+
+