diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 18:34:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 18:34:18 -0200 |
commit | 290469a28c7504341a89afc60e4d0078e50e78b0 (patch) | |
tree | db68a0b52976f6bcdaafc5bb80695938de979429 /files/etc/bash.bashrc | |
parent | e88378ecb98bc3932aa8484837fefa04e5b9323b (diff) | |
download | puppet-nodo-290469a28c7504341a89afc60e4d0078e50e78b0.tar.gz puppet-nodo-290469a28c7504341a89afc60e4d0078e50e78b0.tar.bz2 |
Prompt fixes
Diffstat (limited to 'files/etc/bash.bashrc')
-rw-r--r-- | files/etc/bash.bashrc | 3 |
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" |