From 1f578975f90518157eab210ffd2765d8da766f0f Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Tue, 22 Aug 2017 20:11:47 +0300 Subject: [PATCH] Update spaceship description --- External-themes.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/External-themes.md b/External-themes.md index 2284ff2..aff6202 100644 --- a/External-themes.md +++ b/External-themes.md @@ -230,14 +230,20 @@ Currently it shows: * Current version of Haskell Tool Stack (`λ`) * Current Julia version (`ஃ`) * Current Docker version and connected machine (`🐳`). +* Current Amazon Web Services (AWS) profile (`☁️`) ([Using named profiles](http://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html)) * Current Python virtualenv. +* Current Conda virtualenv (`🅒 `). * Current Python pyenv (`🐍`). * 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)). +* Current battery level and status: + * `⇡` - charging; + * `⇣` - discharging; + * `•` - fully charged; +* Current Vi-mode 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)). +* Optional exit-code of last command. +* Optional time stamps 12/24hr in format. * Execution time of the last command if it exceeds the set threshold. source: [denysdovhan/spaceship-zsh-theme](https://github.com/denysdovhan/spaceship-zsh-theme)