Update zshrc

This commit is contained in:
Georgi Gardev
2025-01-23 12:02:12 +02:00
parent 197d4c87bc
commit c7ea81f5a2
+1 -4
View File
@@ -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