diff --git a/zsh/zshenv b/zsh/zshenv index fd60ea6..452e17e 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -7,7 +7,7 @@ export SYS=`uname -s | tr A-Z a-z` function init-env-dotfiles-path { - local dotfiles_config="$HOME/.config/dotfiles-home" + local dotfiles_config="$HOME/.config/dotfiles/home" if [[ -f "$dotfiles_config" ]]; then export DOTFILES_HOME=$(cat "$dotfiles_config") return