Mercurial > dotfiles
comparison dot_zshrc @ 536:87f5a409ee83
Add zsh syntax highlighting in shell
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 27 Jan 2022 09:27:53 +0100 |
parents | f10b89e9aff3 |
children | 0cc89a031281 |
comparison
equal
deleted
inserted
replaced
535:f10b89e9aff3 | 536:87f5a409ee83 |
---|---|
2 | 2 |
3 source ~/.zsh/zsh-history-substring-search.zsh | 3 source ~/.zsh/zsh-history-substring-search.zsh |
4 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=green,fg=black' | 4 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=green,fg=black' |
5 | 5 |
6 source ~/.zsh/zsh-autosuggestions.zsh | 6 source ~/.zsh/zsh-autosuggestions.zsh |
7 | |
8 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh | |
7 | 9 |
8 fpath=(~/.zsh/completions $fpath) | 10 fpath=(~/.zsh/completions $fpath) |
9 | 11 |
10 export TERM=xterm-256color | 12 export TERM=xterm-256color |
11 | 13 |