From fa3bf6ff377735d6066735eec5f99a9163558063 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 24 Mar 2023 21:52:36 -0400 Subject: [PATCH] point to directory --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 803bce9..d4b9e85 100644 --- a/.bashrc +++ b/.bashrc @@ -134,4 +134,4 @@ source "$HOME/.bash-git-prompt/gitprompt.sh" fi #---------point to local--------------- -[ -f ~/.bashrc_local ] && source ~/.bashrc_local +[ -f ~/dot_config/.bashrc_local ] && source ~/dot_config/.bashrc_local