diff options
Diffstat (limited to 'files/etc/bash.bashrc')
-rw-r--r-- | files/etc/bash.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/etc/bash.bashrc b/files/etc/bash.bashrc index 3f8ba6b..0d66a14 100644 --- a/files/etc/bash.bashrc +++ b/files/etc/bash.bashrc @@ -45,3 +45,5 @@ if [ -x /usr/lib/command-not-found ]; then fi } fi + +PROMPT_COMMAND="/usr/local/bin/prompt.sh" |