From 290469a28c7504341a89afc60e4d0078e50e78b0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 15 Feb 2010 18:34:18 -0200 Subject: Prompt fixes --- files/etc/bash.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/etc/bash.bashrc') diff --git a/files/etc/bash.bashrc b/files/etc/bash.bashrc index 0d66a14..ed7362a 100644 --- a/files/etc/bash.bashrc +++ b/files/etc/bash.bashrc @@ -46,4 +46,5 @@ if [ -x /usr/lib/command-not-found ]; then } fi -PROMPT_COMMAND="/usr/local/bin/prompt.sh" +. /usr/local/bin/prompt.sh +PROMPT_COMMAND="command_prompt" -- cgit v1.2.3