all repos — nixfiles @ 509bad987a184c1baa2600a2b1285b84c3977e72

System and user configuration, managed by nix and home-manager

zsh: Setup fast syntax highlighting
Alan Pearce alan@alanpearce.uk
Tue, 25 Apr 2017 12:54:28 +0200
commit

509bad987a184c1baa2600a2b1285b84c3977e72

parent

e9d22a78a393d2c2e8d4c92c6d39dad8352f49fa

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -6,6 +6,7 @@ zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf zplug "junegunn/fzf", as:plugin, use:"shell/*.zsh", defer:2
 zplug "junegunn/fzf", as:command, use:"bin/*"
 zplug "caarlos0/zsh-open-pr", as:plugin
+zplug "zdharma/fast-syntax-highlighting", as:plugin
 zplug "unixorn/tumult.plugin.zsh", as:plugin, if:"[[ $os -eq darwin ]]"
 if [[ -n $commands[nix-env] ]]
 then