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:
parent
2a833475bc
commit
fc7b317c1f
@ -993,4 +993,7 @@ prompt_OFF()
|
||||
# By default, sourcing liquidprompt.bash will activate the liquid prompt
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user