File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
registry/coder/modules/claude-code/scripts Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
44set -euo pipefail
55
6+ # Ensure claude binary is in PATH
7+ export PATH=" $HOME /.local/bin:$PATH "
8+
69BOLD=' \033[0;1m'
710
811command_exists () {
@@ -42,10 +45,6 @@ function install_claude_code_cli() {
4245 echo " Claude Code installer failed with exit code $$ CURL_EXIT"
4346 fi
4447
45- # Ensure binaries are discoverable.
46- echo " Creating a symlink for claude"
47- ln -s " ${HOME} " /.local/bin/claude /usr/local/bin/claude
48-
4948 echo " Installed Claude Code successfully. Version: $( claude --version || echo ' unknown' ) "
5049 else
5150 echo " Skipping Claude Code installation as per configuration."
You can’t perform that action at this time.
0 commit comments