aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-19 13:59:21 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-19 13:59:21 -0500
commitf64962ee01f23b2edfa33baa751f3126aef7472e (patch)
tree9f965a44aaa1f648f2ac8462c2a0adca4975125c /zshrc
parentc5c38de5d2d627771b889cc9c21aa39797523f16 (diff)
feat: moved from git submodules to curl and git
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 601b2e6..8c0b1dc 100644
--- a/zshrc
+++ b/zshrc
@@ -5,7 +5,7 @@ export DOTFILES="${HOME}/dotfiles"
# Directory hashtable
hash -d .=${HOME}/dotfiles
source $DOTFILES/shell/env.sh
-source $DOTFILES/antigen/antigen.zsh
+source $DOTFILES/zsh/antigen.zsh
source $DOTFILES/zsh/setopt.zsh
source $DOTFILES/zsh/prompt.zsh
source $DOTFILES/zsh/aliases.zsh