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/profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/etc/profile') diff --git a/files/etc/profile b/files/etc/profile index 3828b33..d397ec7 100644 --- a/files/etc/profile +++ b/files/etc/profile @@ -10,7 +10,8 @@ fi if [ "$PS1" ]; then if [ "$BASH" ]; then PS1='\u@\h:\w\$ ' - PROMPT_COMMAND="/usr/local/bin/prompt.sh" + . /usr/local/bin/prompt.sh + PROMPT_COMMAND="command_prompt" else if [ "`id -u`" -eq 0 ]; then PS1='# ' -- cgit v1.2.3