From a4365ba31618050830a109e67290011fd981d069 Mon Sep 17 00:00:00 2001
From: Mattias Andrée <maandree@kth.se>
Date: Fri, 25 Jun 2021 18:32:00 +0200
Subject: Fix bugs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Mattias Andrée <maandree@kth.se>
---
 bash/bashrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'bash/bashrc')

diff --git a/bash/bashrc b/bash/bashrc
index a500a9d..26a319a 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -32,8 +32,8 @@ if test -r /etc/bash_opt; then
 	. /etc/bash_opt
 fi
 
-~/.config/bash/bashrc_palette
-~/.config/bash/bashrc_prompt
+. ~/.config/bash/bashrc_palette
+. ~/.config/bash/bashrc_prompt
 
 for __script in ~/.config/bash/bashrc.d/*; do
 	if test -r "${__script}"; then
-- 
cgit v1.2.3-70-g09d2