Add missing theme screenshots

This commit is contained in:
Sorin Ionescu 2012-08-06 16:53:03 -04:00
parent a9b6c84ea5
commit d22d250a5c
3 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# Brian Tse <briankftse@gmail.com> # Brian Tse <briankftse@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com> # Sorin Ionescu <sorin.ionescu@gmail.com>
# #
# Screenshots:
# http://i.imgur.com/zLZNK.png
#
function +vi-git-status() { function +vi-git-status() {
# Check for untracked files or updated submodules since vcs_info does not. # Check for untracked files or updated submodules since vcs_info does not.

View File

@ -15,6 +15,9 @@
# - Shows user@hostname if connected through SSH. # - Shows user@hostname if connected through SSH.
# - Shows if logged in as root or not. # - Shows if logged in as root or not.
# #
# Screenshots:
# http://i.imgur.com/Xe1bu.png
#
function prompt_nicoulaj_precmd { function prompt_nicoulaj_precmd {
vcs_info vcs_info

View File

@ -8,6 +8,9 @@
# steeef <steeef@gmail.com> # steeef <steeef@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com> # Sorin Ionescu <sorin.ionescu@gmail.com>
# #
# Screenshots:
# http://i.imgur.com/HyRvv.png
#
function virtualenv_info { function virtualenv_info {
if [[ -n "$VIRTUAL_ENV" ]]; then if [[ -n "$VIRTUAL_ENV" ]]; then