Skip to content

Fix FZF_CTRL_T_COMMAND: add PROJECTS_HOME fallback for non-login shells #78

Description

@jangroth

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.

Metadata

Metadata

Assignees

Labels

agent-safeSafe for automated agents to implementtodoTracked TODO item

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions