lentil32

Results 10 comments of lentil32

macOS ARM, brave browser works thanks (`brew install --cask brave-browser`)

Hi. The content of `$ starship init zsh` is in the first(main) thread. Last lines of `.zshrc`: ```zsh ############ Eval ############ # smartcache eval opam env --switch=default --set-switch --shell zsh...

> Yours must be different. Could you please provide the output of this line and your starship config? I see. Here is my `starship.toml`: ```toml # Rerences: # - https://www.codependentcodr.com/using-starship-for-terminal-prompt-goodness.html...

> I still can't reproduce the problem... Will this command block your shell? > > ``` > $ starship prompt --terminal-width="$COLUMNS" --keymap="${KEYMAP:-}" --status="$STARSHIP_CMD_STATUS" --pipestatus="${STARSHIP_PIPE_STATUS[*]}" --cmd-duration="${STARSHIP_DURATION:-}" --jobs="$STARSHIP_JOBS_COUNT" > ``` > >...

Issue remains... ```console compdef: unknown command or service: bat compdef: unknown command or service: rg $(/Users/username/.cargo/bin/starship prompt --terminal-width="$COLUMNS" --keymap="${KEYMAP:-}" --status="$STARSHIP_CMD_STATUS" --pipestatus="${STARSHIP_PIPE_STATUS[*]}" --cmd-duration="${STARSHIP_DURATION:-}" --jobs="$STARSHIP_JOBS_COUNT") $(/Users/username/.cargo/bin/starship prompt --terminal-width="$COLUMNS" --keymap="${KEYMAP:-}" --status="$STARSHIP_CMD_STATUS" --pipestatus="${STARSHIP_PIPE_STATUS[*]}" --cmd-duration="${STARSHIP_DURATION:-}"...

check if `settings.json` is well formatted

Actually it has the option in documentation, but does not work. https://docs.anthropic.com/en/docs/claude-code/settings#available-settings Key | Description | Example -- | -- | -- apiKeyHelper | Custom script to generate an Anthropic...

I'm in monorepo(Turborepo) and sometimes i need this feaature. It's good to have `cd` boundary so that Claude can safely `cd` to the ancestor directories until the boundary blocks. #1588