Skip to content

Commit dc4726e

Browse files
committed
docs: remove dead Zsh plugin integration
The zsh-pythinker-code repo returns 404 under both the current owner (elkaix) and the former handle (mohamed-elkholy95), so the section linked only to dead URLs. Remove it; the page keeps its intro for future integrations. The remaining mohamed-elkholy95 references in feedback_repo.py and its tests are the legacy migrate-from owner (rewritten to Pythoughts-labs/pythinker-code) and are intentionally left unchanged.
1 parent b9c85db commit dc4726e

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

docs/en/guides/integrations.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,3 @@
11
# Integrations with Tools
22

33
Besides using in the terminal and IDEs, Pythinker Code can also be integrated with other tools.
4-
5-
## Zsh plugin
6-
7-
[zsh-pythinker-code](https://github.com/mohamed-elkholy95/zsh-pythinker-code) is a Zsh plugin that lets you quickly switch to Pythinker Code in Zsh.
8-
9-
**Installation**
10-
11-
If you use Oh My Zsh, you can install it like this:
12-
13-
```sh
14-
git clone https://github.com/mohamed-elkholy95/zsh-pythinker-code.git \
15-
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/pythinker-code
16-
```
17-
18-
Then add the plugin in `~/.zshrc`:
19-
20-
```sh
21-
plugins=(... pythinker-code)
22-
```
23-
24-
Reload the Zsh configuration:
25-
26-
```sh
27-
source ~/.zshrc
28-
```
29-
30-
**Usage**
31-
32-
After installation, press `Ctrl-X` in Zsh to quickly switch to Pythinker Code without manually typing the `pythinker` command.
33-
34-
::: tip
35-
If you use other Zsh plugin managers (like zinit, zplug, etc.), please refer to the [zsh-pythinker-code repository](https://github.com/mohamed-elkholy95/zsh-pythinker-code) README for installation instructions.
36-
:::

0 commit comments

Comments
 (0)