diff --git a/home/dot_zshrc b/home/dot_zshrc index 2084b2a..7a81854 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -13,7 +13,7 @@ fi # Make utilities available -export PATH="$DOTFILES_DIR/bin:$PATH" +PATH="$DOTFILES_DIR/bin:$PATH" for DOTFILE in "$DOTFILES_DIR"/system/{path,env,prompt,alias,function,conda,custom}.sh; do [ -f "$DOTFILE" ] && . "$DOTFILE"