From a790f716708422e7712498330b747e6ec19262bb Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Tue, 2 Feb 2016 16:16:16 +0200 Subject: [PATCH] Add Spaceship theme. --- External-themes.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/External-themes.md b/External-themes.md index a5c8a7a..ef083e4 100644 --- a/External-themes.md +++ b/External-themes.md @@ -145,4 +145,30 @@ author: [@skuridin](https://github.com/skuridin) * A very minimal, clean theme with git support. source: [here](https://github.com/pr0tocol/classyTouch_oh-my-zsh) -author: [@pr0tocol](https://github.com/pr0tocol) \ No newline at end of file +author: [@pr0tocol](https://github.com/pr0tocol) + +#### Spaceship + +![Spaceship](https://github.com/denysdovhan/spaceship-zsh-theme/raw/master/preview.png) + +Spaceship is an minimalistic and powerful theme. It combines everything you may need for convenient work, like a real spaceship. + +Currently it shows: + +* Current git branch. +* Git repo status: + * `+` — uncommitted changes in the index; + * `!` — unstaged changes; + * `?` — untracked changes; + * `$` — stashed changes; + * `⇣` — unpulled commits; + * `⇡` — unpushed commits. +* Prompt character turns red if the last command exits with non-zero code. +* Hostname only displayed when in an SSH session. +* Username displayed only when it isn't `$LOGNAME`. +* Username turns red when root. +* Current Node.js version, through NVM. +* Current Python virtualenv. + +source: [here](https://github.com/denysdovhan/spaceship-zsh-theme) +author: [@denysdovhan](https://github.com/denysdovhan) \ No newline at end of file