aboutsummaryrefslogtreecommitdiff
path: root/files/etc/bash.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/etc/bash.bashrc')
-rw-r--r--files/etc/bash.bashrc3
1 files changed, 2 insertions, 1 deletions
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"