From ddbd1887ed527c87cca969c0e3e0f48afcf4b4fb Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Fri, 5 May 2017 02:58:16 +0200 Subject: Add zplug and fast-syntax-highlighting --- zshrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zshrc (limited to 'zshrc') diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..f410736 --- /dev/null +++ b/zshrc @@ -0,0 +1,14 @@ +source /cfg/zsh/zplug/init.zsh + +zstyle ':zplug:tag' 'from' 'local' + +zplug 'zdharma/fast-syntax-highlighting' + +if ! zplug check --verbose; then + printf "Install? [y/N]: " + if read -q; then + echo; zplug install + fi +fi + +zplug load --verbose -- cgit v1.2.3