From 371d53f3183475634ead39417896b53ffdfaff3f Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Wed, 16 May 2018 17:39:03 -0500 Subject: [PATCH] Use the correct path for shared shell config I'm almost never in bash, so I didn't notice the paths were wrong --- shell/bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/bashrc b/shell/bashrc index 479c4bd..7088a78 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -1,7 +1,7 @@ # Include our shared environment stuff -source ~/dotfiles/env -source ~/dotfiles/aliases -source ~/dotfiles/functions +source ~/dotfiles/shell/env +source ~/dotfiles/shell/aliases +source ~/dotfiles/shell/functions # Basic options export HISTCONTROL=ignoredups