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 --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 4668816..c80c6a1 100644 --- a/zshrc +++ b/zshrc @@ -1,10 +1,10 @@ #!/usr/bin/env zsh -source "./.profile" +export DOTFILES="${HOME}/dotfiles" # Directory hashtable hash -d .=${HOME}/dotfiles - +source $DOTFILES/sh/env.sh source $DOTFILES/antigen/antigen.zsh source $DOTFILES/zsh/setopt.zsh source $DOTFILES/zsh/prompt.zsh @@ -23,4 +23,4 @@ antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-autosuggestions antigen bundle memark/zsh-dotnet-completion antigen theme romkatv/powerlevel10k.git -antigen apply \ No newline at end of file +antigen apply -- cgit v1.2.3-70-g09d2