Missed loading prompt_command in bashrc

This commit is contained in:
Eric Teunis de Boone 2018-03-07 00:10:49 +01:00
parent 84daae1028
commit edc5beb679
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fi
# Load main things
if [ -d "$DOTBASH/bash.d" ]; then
for f in colours aliases history 00-marietje ps1
for f in colours aliases history 00-marietje prompt_command
do
if [ -r "$DOTBASH/bash.d/$f" ]; then
source "$DOTBASH/bash.d/$f"