aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-16 16:24:01 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-16 16:24:01 -0500
commit7e91d77033fecf74916d985df67d73addc95e2c5 (patch)
tree084bd09ef3f2a72879af92ef81172353bc71f973 /zshrc
parentcd7508006e808182a864564eac0e0380bfcdd56a (diff)
refactor: renamed sh folder to shell
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 6e007be..601b2e6 100644
--- a/zshrc
+++ b/zshrc
@@ -4,7 +4,7 @@ export DOTFILES="${HOME}/dotfiles"
# Directory hashtable
hash -d .=${HOME}/dotfiles
-source $DOTFILES/sh/env.sh
+source $DOTFILES/shell/env.sh
source $DOTFILES/antigen/antigen.zsh
source $DOTFILES/zsh/setopt.zsh
source $DOTFILES/zsh/prompt.zsh