More comments

This commit is contained in:
Olivier Mengué 2012-08-21 12:13:06 +02:00
parent c9f85763a6
commit 65b44cd64f

View File

@ -112,7 +112,11 @@ esac
#################
# CONFIGURATION #
#################
#
# The following code is run just once. But it is encapsulated in a function
# to benefit of 'local' variables.
#
# What we do here:
# 1. Setup variables that can be used by the user: the "API" of liquidprompt
# for config/theme. Those variables are local to the function.
# In practice, this is only color variables.