function append_prompt_override (#33)

set "function" before append_prompt_override in line 521 so that bash could known the comman
This commit is contained in:
DDifDEVzero 2018-08-24 02:47:25 +02:00 committed by Toan Nguyen
parent b8f616f0e0
commit 6ade77f3bb

@ -518,7 +518,7 @@ function safe_append_prompt_command {
fi
# See if we need to use the overriden version
if [[ $(fn_exists append_prompt_command_override) ]]; then
if [[ $(fn_exists function append_prompt_command_override) ]]; then
append_prompt_command_override $1
return
fi