mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
Missed loading prompt_command in bashrc
This commit is contained in:
parent
84daae1028
commit
edc5beb679
1 changed files with 1 additions and 1 deletions
2
bash/rc
2
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"
|
||||
|
|
Loading…
Reference in a new issue