From 5236bbcb6dc6b493c2d4921c7027be5766b29fc3 Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Thu, 29 Jun 2017 15:52:36 +0300 Subject: [PATCH] Update spaceship desc --- External-themes.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/External-themes.md b/External-themes.md index ad2d719..8e61ae5 100644 --- a/External-themes.md +++ b/External-themes.md @@ -194,22 +194,36 @@ Currently it shows: * `⇡` — ahead of remote branch; * `⇣` — behind of remote branch; * `⇕` — diverged chages. +* Mercurial repo status: + * `?` — untracked changes; + * `+` — uncommitted changes in the index; + * `!` — unstaged changes; + * `✘` — deleted files; * 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 or n (`⬢`). +* If repo is a package, shows its version through npm (`📦`). +* Current Node.js version, through nvm/nodenv/n (`⬢`). * Current Ruby version, through rvm/rbenv/chruby (`💎`). +* Current Elixir version, through kiex/exenv/elixir (`💧`). * Current Swift version, through swiftenv (`🐦`). * Current Xcode version, through xenv (`🛠`). * Current Go version (`🐹`). * Current PHP version (`🐘`). * Current Rust version (`𝗥`) +* Current version of Haskell Tool Stack (`λ`) +* Current Julia version (`ஃ`) * Current Docker version and connected machine (`🐳`). * Current Python virtualenv. * Current Python pyenv (`🐍`). -* Current Vi-mode mode. -* Optional time stamps 12/24hr in format. +* Current .NET SDK version, through dotnet-cli (`.NET`). +* Current Ember.js version, through ember-cli (`🐹`). +* Current Vi-mode mode ([with handy aliases for temporarily enabling](#vi-mode-vi_mode)). +* Indicator for jobs in the background (`✦`). +* Optional exit-code of last command ([how to enable](#exit-code-exit_code)). +* Optional time stamps 12/24hr in format ([how to enable](#time-time)). +* Execution time of the last command if it exceeds the set threshold. source: [denysdovhan/spaceship-zsh-theme](https://github.com/denysdovhan/spaceship-zsh-theme) author: [@denysdovhan](https://twitter.com/denysdovhan)