From 3fce9ee6267655860f0573cf61e3606ab312365c Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Fri, 18 Dec 2015 12:03:43 -0500 Subject: [PATCH] move themes to wiki, add links --- README.md | 18 ++---------------- modules/prompt/README.md | 2 ++ 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index abd1e64..243e9f5 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,10 @@ Below is a brief showcase of Zim's features. #### Themes -###### Steeef -![Steeef Theme][theme_steeef] - -###### Eriner -![Eriner Theme][theme_eriner] - -###### Minimal +##### Minimal ![Minimal Theme][theme_minimal] -###### Liquidprompt -![Liquidprompt][theme_liquidprompt] - -###### Gitster -![Gitster Theme][theme_gitster] +To see more themes, check the [wiki page](https://github.com/Eriner/zim/wiki/Themes). #### Fish-shell History Navigation ![history-substring-search][fish_shell] @@ -74,10 +64,6 @@ uninstall those first to prevent conflicts. 4. Open a new terminal and admire your work! [theme_minimal]: http://i.eriner.me/zim_prompt_minimal.png -[theme_eriner]: https://i.eriner.me/zim_prompt_eriner.png -[theme_liquidprompt]: http://i.eriner.me/zim_prompt_liquidprompt.png -[theme_steeef]: http://i.eriner.me/zim_prompt_steeef.png -[theme_gitster]: http://i.eriner.me/zim_prompt_gitster.png [fish_shell]: https://i.eriner.me/zim_history-substring-search.gif [syntax_highlighting]: https://i.eriner.me/zim_syntax-highlighting.gif [zim_vs_others]: https://gist.github.com/Eriner/3aa88b161615c2913930 diff --git a/modules/prompt/README.md b/modules/prompt/README.md index cdec31e..23cb447 100644 --- a/modules/prompt/README.md +++ b/modules/prompt/README.md @@ -3,6 +3,8 @@ Prompt Initializes and provides customizable prompt themes. +Images of various prompt themes can be found on the [wiki](https://github.com/Eriner/zim/wiki/Themes). + A list of available prompts can be found by running `prompt -l`. To test a prompt, simply run `prompt prompt_name_here`.