diff --git a/liquidprompt b/liquidprompt index 67eb48a..7d6c32d 100755 --- a/liquidprompt +++ b/liquidprompt @@ -1325,6 +1325,8 @@ _lp_set_prompt() esac fi + source $LP_PS1_FILE + if [[ -z $LP_PS1 ]] ; then # add title escape time, jobs, load and battery PS1="${LP_PS1_PREFIX}${LP_TIME}${LP_BATT}${LP_LOAD}${LP_JOBS}" diff --git a/liquidpromptrc-dist b/liquidpromptrc-dist index 32b11dc..655a04c 100644 --- a/liquidpromptrc-dist +++ b/liquidpromptrc-dist @@ -6,7 +6,7 @@ # If you want to use different themes and features, # you can load the corresponding files here: #source ~/code/liquidprompt/nojhan.theme -#source ~/code/liquidprompt/nojhan.ps1 +#LP_PS1_FILE="~/code/liquidprompt/nojhan.ps1" ############# # BEHAVIOUR #