From 65b44cd64fccceb3a4d38452f52b23cccca0fefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Tue, 21 Aug 2012 12:13:06 +0200 Subject: [PATCH] More comments --- liquidprompt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liquidprompt b/liquidprompt index 8604975..dffd796 100755 --- a/liquidprompt +++ b/liquidprompt @@ -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.