Drop fast-syntax-highlighting due to being wrong
When using `git` aliases, the alias would be highlighted red by fast-syntax-highlighting even though the alias is valid so remove it and go back to zsh-syntax-highlighting instead.
This commit is contained in:
@@ -52,8 +52,7 @@ Plugins are sourced manually and their git repositories tracked by
|
||||
[conduit][conduit], no plugin manager is used.
|
||||
|
||||
* [zsh-autosuggestions][zsh-autosuggestions] Fish-like autosuggestions for zsh.
|
||||
* [fast-syntax-highlighting][syntax] Optimized and extended
|
||||
zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.
|
||||
* [zsh-syntax-highlighting][syntax] Fish shell like syntax highlighting for Zsh.
|
||||
* [zsh-history-substring-search][search] Zsh port of the Fish shell's history
|
||||
search.
|
||||
|
||||
@@ -153,7 +152,7 @@ Various aliases are defined at the end of [zshrc](zshrc) for convenience.
|
||||
[git-prompt]: https://github.com/olivierverdier/zsh-git-prompt
|
||||
[zsh-autosuggestions]: https://github.com/zdharma/fast-syntax-highlighting
|
||||
[zsh-autoenv]: https://github.com/Tarrasch/zsh-autoenv
|
||||
[syntax]: https://github.com/zdharma/fast-syntax-highlighting
|
||||
[syntax]: https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
[search]: https://github.com/zsh-users/zsh-history-substring-search
|
||||
[vim-mode]: https://github.com/sharat87/zsh-vim-mode
|
||||
[tmux]: https://tmux.github.io
|
||||
|
||||
Reference in New Issue
Block a user