From e0fd2ddee96cb5c74ca75fe2be403d7ebcd23600 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:39:47 +0100 Subject: [PATCH] ZSH: Add ZSH_CUSTOM for package zsh-autosuggestions + Remove zsh-shift-select. --- .config/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index cc9de15..654ee3d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,5 +1,6 @@ # Path to your oh-my-zsh installation. ZSH=/usr/share/oh-my-zsh/ +ZSH_CUSTOM=/usr/share/zsh/ # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -11,7 +12,7 @@ HYPHEN_INSENSITIVE="true" # Uncomment the following line to enable command auto-correction. ENABLE_CORRECTION="true" -plugins=(git-prompt sudo zsh-autosuggestions zsh-shift-select) +plugins=(git-prompt sudo zsh-autosuggestions) ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh ZSH_COMPDUMP="$ZSH_CACHE_DIR/.zcompdump"