-
```
# sonulen edition
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# sonulen edition
export TERM="xterm-256color"
# Path to your oh-my-zsh installation.
export ZSH=/ho…
-
After doing `true | cd ~/ `, autosuggestions no longer appear until I do `exec zsh`.
-
### The problem
![image](https://github.com/spaceship-prompt/spaceship-prompt/assets/48643636/b938cb3e-6d49-40f8-bc65-08b53ab466a6)
Up there, it should show the branch name and the git icon.
![im…
-
https://www.itfanr.cc/2019/04/26/shell-command-auto-completion-plug-in-zsh-autosuggestions/
shell命令自动补全 Talk is cheep , show you the code.
-
### Is your feature request related to a problem? Please describe.
Autosuggestion was the single thing I liked most about fish, so when I considered switching to zsh, I was glad to find there was an …
-
### Environment
Fedora Workstation 39
### Reproduction steps
1. Install zpmod acording to the "Without Zi" section
2. Add the two lines at the top of $ZDOTDIR/.zshrc according to the instruc…
-
### What happened?
When loading plugins, PWD is changed.
```
zinit light zsh-users/zsh-autosuggestions
zinit light zdharma-continuum/fast-syntax-highlighting
```
causes PWD to become `~/-M f…
-
Pretty sure this started somewhat recently, but now, if I paste something into the terminal and then hit the right arrow on the keyboard, it will append the suggestion that was in terminal before the …
-
It looks like [the source](https://github.com/withfig/plugins/tree/main/plugins/ohmyzsh) still has some TODOs, so just wanted to see what the status was or if there was a workaround.
`/Users/timfee…
-
#### Describe the bug
When completing `dd if=[TAB]` $realpath is `if=/path/to/file` instead of `/path/to/file`
I can make sure:
- [X] I am using the latest version of fzf-tab
- [X] this is the m…