From c7ea81f5a2fb3505124e3ddf64b6f95bdc57db00 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 23 Jan 2025 12:02:12 +0200 Subject: [PATCH] Update zshrc --- home/config/zsh/.zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/config/zsh/.zshrc b/home/config/zsh/.zshrc index 3de2b5d..6c2617c 100644 --- a/home/config/zsh/.zshrc +++ b/home/config/zsh/.zshrc @@ -1,6 +1,4 @@ -ZDOTDIR=~/.config/zsh - setopt auto_cd setopt no_case_glob setopt glob_complete @@ -15,9 +13,8 @@ setopt completeinword # not just at the end # -------- # The following lines were added by compinstall - zstyle ':completion:*' completer _complete _ignored _correct _approximate -zstyle :compinstall filename '/home/georgi/.config/zsh/.zshrc' +zstyle :compinstall filename '~/.config/zsh/.zshrc' autoload -Uz compinit compinit