1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-12-22 09:13:33 +01:00

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

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"