From 96760675ea6f9dd6dae9b068a5848441b6904e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Tue, 22 Jan 2013 14:59:07 +0100 Subject: [PATCH] Add "e" symbol before virtualenv prompt segment --- powerline/config_files/themes/shell/default.json | 3 ++- powerline/config_files/themes/shell/default_leftonly.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/powerline/config_files/themes/shell/default.json b/powerline/config_files/themes/shell/default.json index 00d81e28..135b1908 100644 --- a/powerline/config_files/themes/shell/default.json +++ b/powerline/config_files/themes/shell/default.json @@ -10,7 +10,8 @@ "name": "user" }, { - "name": "virtualenv" + "name": "virtualenv", + "before": "ⓔ " }, { "name": "cwd", diff --git a/powerline/config_files/themes/shell/default_leftonly.json b/powerline/config_files/themes/shell/default_leftonly.json index 95d09443..33e8b7df 100644 --- a/powerline/config_files/themes/shell/default_leftonly.json +++ b/powerline/config_files/themes/shell/default_leftonly.json @@ -10,7 +10,8 @@ "name": "user" }, { - "name": "virtualenv" + "name": "virtualenv", + "before": "ⓔ " }, { "name": "branch",