The Claude Code installer drops the binary at ~/.local/bin/claude. Without this PATH entry, freshly-installed Claude Code is invisible to new shells until the user adds it manually. Other ~/.local/bin scripts in this dotfiles repo (tmux-ip, tmux-window-icon, twitterbot, etc.) benefit from the same.
5 lines
134 B
Bash
5 lines
134 B
Bash
source $HOME/.zprezto/runcoms/zshrc
|
|
|
|
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
|
|
export PATH="$HOME/.local/bin:$PATH"
|