提交 6ade77f3 编写于 作者: D DDifDEVzero 提交者: Toan Nguyen

function append_prompt_override (#33)

set "function" before append_prompt_override in line 521 so that bash could known the comman
上级 b8f616f0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册