From 188007ec17e0fd2e361f23791b24d0a589cda507 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 4 Jul 2021 12:52:49 -0500 Subject: refactor: cleaned up env vars --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index f3a56d0..c40c5e6 100644 --- a/bashrc +++ b/bashrc @@ -1,7 +1,8 @@ #!/usr/bin/env bash -source "./.profile" +export DOTFILES="${HOME}/dotfiles" +source $DOTFILES/sh/env.sh source $DOTFILES/sh/aliases.sh [ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/sh/wsl.sh [ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/sh/gpg.sh -- cgit v1.2.3-70-g09d2