-
### Description:
> Please include a detailed description of the issue (and an image or screen recording, if applicable)
I use [zinit](https://github.com/zdharma-continuum/zinit) to manage my CLI p…
-
# brew
## install
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
## uninstall
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubu…
-
配置文件`~/.zshrc`
1. [git](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git/)
大量git操作别名
2. [autojump](https://github.com/wting/autojump)
2. [zsh-syntax-highlighting](https://github…
-
Hello!
There's attempt of mine to write down and clarify Zsh plugin standard. It follows Oh-My-Zsh unwritten standard, but [solves a few issues](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Sta…
-
jenv 0.5.4
I execute follow steps on my m1 MBA and intel MBP:
```shell
1. brew install jenv
2. echo eval "$(jenv init -)" >> /Users/xiquan/.zshrc
3. jenv add $(/usr/libexec/java_home)
4. jenv …
EeeMt updated
2 months ago
-
It seems that changing the options settings is ignored.
From my .zshrc
```
...
export ZSH_POETRY_AUTO_DEACTIVATE=0
export ZSH_POETRY_AUTO_ACTIVATE=0
# Standard plugins can be found in ~/.oh-…
-
For Manjaro, need to install ZSH extensions like
```
sudo pacman -S \
zsh-syntax-highlighting \
zsh-history-substring-search \
zsh-autosuggestions
```
-
### Describe the bug
### To Reproduce
Steps to reproduce the behavior:
```zsh
cd $(mktemp -d)
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
git clone --d…
-
### Ubuntu 20.4 terminal the suggestion text color is the same as terminal text
### To Reproduce
freshly installed zsh, oh_my_zsh, and added zsh-autosuggestions plugin
if I do this It's work…
-
## Environment
```zsh
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=ubuntu
typeset OSTYPE=linux-gnu
typeset ZSH_PATCHLEVEL=ubuntu/5.9-6ubuntu2
typese…