-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Description: After enabling the zsh-syntax-highlighting and add it to .zshrc and source it, in command line after typing $ followed by any command, the text disappears.
Steps to reproduce:
- Install zsh-syntax-highlighting, assuming you have zsh.
- Add it to
.zshrc, change
- plugins=(git)
+ plugins=(git zsh-syntax-highlighting)- source it,
source ~/.zshrc - Now type anything after typing
$, text disappears.
How it should behave:
- Text shouldn't disappear.
Screen Recording:
https://asciinema.org/a/To40K2TpYKoexGYEB8daq6BYt
Terminal: alacritty
zsh version: 5.9
OS: NixOS and Docker(ubuntu)
Output of echo "$OSTYPE | $VENDOR | $MACHTYPE | $CPUTYPE | $(uname -m -p)": linux-gnu | pc | x86_64 | x86_64 | x86_64 x86_64
Metadata
Metadata
Assignees
Labels
No labels