@ -5,6 +5,9 @@
# Brian Tse <briankftse@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Screenshots:
# http://i.imgur.com/zLZNK.png
function +vi-git-status() {
# Check for untracked files or updated submodules since vcs_info does not.
@ -15,6 +15,9 @@
# - Shows user@hostname if connected through SSH.
# - Shows if logged in as root or not.
# http://i.imgur.com/Xe1bu.png
function prompt_nicoulaj_precmd {
vcs_info
@ -8,6 +8,9 @@
# steeef <steeef@gmail.com>
# http://i.imgur.com/HyRvv.png
function virtualenv_info {
if [[ -n "$VIRTUAL_ENV" ]]; then