From d22d250a5c0e15a3e9a293fba79963ec153db3b8 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 6 Aug 2012 16:53:03 -0400 Subject: [PATCH] Add missing theme screenshots --- modules/prompt/functions/prompt_minimal_setup | 3 +++ modules/prompt/functions/prompt_nicoulaj_setup | 3 +++ modules/prompt/functions/prompt_steeef_setup | 3 +++ 3 files changed, 9 insertions(+) diff --git a/modules/prompt/functions/prompt_minimal_setup b/modules/prompt/functions/prompt_minimal_setup index fc7bba1..1d3e291 100644 --- a/modules/prompt/functions/prompt_minimal_setup +++ b/modules/prompt/functions/prompt_minimal_setup @@ -5,6 +5,9 @@ # Brian Tse # Sorin Ionescu # +# Screenshots: +# http://i.imgur.com/zLZNK.png +# function +vi-git-status() { # Check for untracked files or updated submodules since vcs_info does not. diff --git a/modules/prompt/functions/prompt_nicoulaj_setup b/modules/prompt/functions/prompt_nicoulaj_setup index 37f55a6..3483a1c 100644 --- a/modules/prompt/functions/prompt_nicoulaj_setup +++ b/modules/prompt/functions/prompt_nicoulaj_setup @@ -15,6 +15,9 @@ # - Shows user@hostname if connected through SSH. # - Shows if logged in as root or not. # +# Screenshots: +# http://i.imgur.com/Xe1bu.png +# function prompt_nicoulaj_precmd { vcs_info diff --git a/modules/prompt/functions/prompt_steeef_setup b/modules/prompt/functions/prompt_steeef_setup index d707ac4..c3d6a88 100644 --- a/modules/prompt/functions/prompt_steeef_setup +++ b/modules/prompt/functions/prompt_steeef_setup @@ -8,6 +8,9 @@ # steeef # Sorin Ionescu # +# Screenshots: +# http://i.imgur.com/HyRvv.png +# function virtualenv_info { if [[ -n "$VIRTUAL_ENV" ]]; then