summaryrefslogtreecommitdiffstatshomepage
path: root/bashrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-04 12:52:49 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-04 12:52:49 -0500
commit188007ec17e0fd2e361f23791b24d0a589cda507 (patch)
tree38ff4ae21860a1c6e16ea50e39d38c30352738ae /bashrc
parentf926e0548ca224831a8919807c1f9d4a07b1297b (diff)
refactor: cleaned up env vars
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
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