From e13393cd8266569e46f1c7a682b31e0bce250e17 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 26 Apr 2021 01:11:32 +0000 Subject: [PATCH] added emacsclient.desktop --- 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.9.3