FZF_CTRL_T_COMMAND in files/zsh/zshrc:53-55 embeds $PROJECTS_HOME which is set in zprofile (login shells only). In non-login interactive shells it expands to empty, causing fd to search the current directory instead of the projects root. Fix: use ${PROJECTS_HOME:-$HOME} as fallback.
FZF_CTRL_T_COMMANDinfiles/zsh/zshrc:53-55 embeds$PROJECTS_HOMEwhich is set inzprofile(login shells only). In non-login interactive shells it expands to empty, causingfdto search the current directory instead of the projects root. Fix: use${PROJECTS_HOME:-$HOME}as fallback.