zsh: Add syntax highlighting
This commit is contained in:
parent
b26b004392
commit
16d6aa2aa0
|
@ -80,6 +80,10 @@ in
|
|||
# do not glob # (conflicts with nix flakes)
|
||||
disable -p '#'
|
||||
|
||||
# syntax highlighting
|
||||
source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh
|
||||
FAST_HIGHLIGHT_STYLES[comment]=fg=010
|
||||
|
||||
source ${../files/zsh/pass-wrappers.zsh}
|
||||
'')
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue