summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
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 /zshrc
parentf926e0548ca224831a8919807c1f9d4a07b1297b (diff)
refactor: cleaned up env vars
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc6
1 files changed, 3 insertions, 3 deletions
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