From 7c601eb743080996bdc997425ed05fb4525937a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Wed, 16 Sep 2020 13:39:38 +0200 Subject: [PATCH] Add link to legacy themes section --- Themes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Themes.md b/Themes.md index d0a25ad..b62f342 100644 --- a/Themes.md +++ b/Themes.md @@ -1,3 +1,5 @@ +_This section uses new, uniform screenshots. To see the previous section, go to [[Themes (legacy)]]._ + All the current themes can be found in the `themes/` directory in the oh-my-zsh distribution. [See list here.](http://github.com/robbyrussell/oh-my-zsh/tree/master/themes/) In order to enable a theme, set `ZSH_THEME` to the name of the theme in your `~/.zshrc`, before sourcing Oh My Zsh; for example: `ZSH_THEME=robbyrussell`