From 866ef5c3794764b089efdcfae1a753e294978663 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 20 Aug 2013 13:54:57 +1200 Subject: More conservative expansion for dotfile paths --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 9bb6d8b3..33155b82 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -33,7 +33,7 @@ fi # Load any supplementary scripts if [[ -d $HOME/.bashrc.d ]]; then - for file in "$HOME/.bashrc.d"/*; do + for file in "$HOME"/.bashrc.d/*; do source "$file" done fi -- cgit v1.2.3