From 4ae47ce7a7316f0abb39cab25055fd9b7e92978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 10 May 2020 20:15:40 +0200 Subject: [PATCH] Updated Themes (markdown) --- Themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes.md b/Themes.md index 6a17224..fe1562f 100644 --- a/Themes.md +++ b/Themes.md @@ -1,7 +1,7 @@ All the current themes can be found in the `themes/` directory in the oh-my-zsh distribution. [See list here.](http://github.com/ohmyzsh/ohmyzsh/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` -If you do not want any theme enabled, just set `ZSH_THEME` to blank: `ZSH_THEME=""` +If you do not want any theme enabled, just set `ZSH_THEME` to blank or remove the line: `ZSH_THEME=""` Here is a collection of screenshots and descriptions of themes that have been contributed to Oh My Zsh. There are some missing from this page. If you want to add or edit descriptions, see the [format description](#theme-description-format) at the bottom of this page.