aboutsummaryrefslogtreecommitdiffstats
path: root/bash/bashrc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-25 18:32:00 +0200
committerMattias Andrée <maandree@kth.se>2021-06-25 18:32:00 +0200
commita4365ba31618050830a109e67290011fd981d069 (patch)
tree90828c9dbb1ee5e33f58b3d30efeb4b8dc0fa851 /bash/bashrc
parentComment out things in xmonad that has stopped working (diff)
downloaddotfiles-a4365ba31618050830a109e67290011fd981d069.tar.gz
dotfiles-a4365ba31618050830a109e67290011fd981d069.tar.bz2
dotfiles-a4365ba31618050830a109e67290011fd981d069.tar.xz
Fix bugs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
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