From 1c990949c05dc2d60c45170d2a939d2c24309aa2 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 08 Dec 2021 08:44:09 +0000 Subject: [PATCH] updated emacs --- zsh/.zshrc | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 816c466..2c16fc9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -43,9 +43,10 @@ compinit # Syntax highlighing -if [[ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]]; then - source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -fi +[ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +# Auto-suggestions +[ -f /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ] && source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # Git prompt autoload -Uz vcs_info -- Gitblit v1.10.0