From edc5beb679f722336cd46e1b53aeadcc9b3d70db Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 7 Mar 2018 00:10:49 +0100 Subject: [PATCH] Missed loading prompt_command in bashrc --- bash/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/rc b/bash/rc index be30985..5de1115 100644 --- a/bash/rc +++ b/bash/rc @@ -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"