Unset LP_OS for runtime

Now that LP_OS is not used at runtime, unset it at the end of the init.
This commit is contained in:
Olivier Mengué 2012-08-15 00:21:21 +02:00
parent 2a833475bc
commit fc7b317c1f

View File

@ -993,4 +993,7 @@ prompt_OFF()
# By default, sourcing liquidprompt.bash will activate the liquid prompt # By default, sourcing liquidprompt.bash will activate the liquid prompt
prompt_on prompt_on
# Cleaning of variable that are not needed at runtime
unset LP_OS
# vim: set et sts=4 sw=4 tw=120 ft=sh: # vim: set et sts=4 sw=4 tw=120 ft=sh: