aboutsummaryrefslogtreecommitdiff
path: root/files/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'files/etc/profile')
-rw-r--r--files/etc/profile3
1 files changed, 2 insertions, 1 deletions
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='# '