claude.nagdy.me

Hide working directory from startup banner

Set CLAUDE_CODE_HIDE_CWD to suppress the working directory path in the startup logo.

bash
# Hide the working directory from the startup banner
export CLAUDE_CODE_HIDE_CWD=1
claude
View Full Module