From 2748867113eb0c65962eca02c630bd5e0006ba0e Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 5 Jun 2024 20:59:53 +0200 Subject: [PATCH] fix: update path in zshrc --- zsh/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zsh/.zshrc b/zsh/zsh/.zshrc index b589a22..559d61b 100644 --- a/zsh/zsh/.zshrc +++ b/zsh/zsh/.zshrc @@ -1,6 +1,6 @@ # The following lines were added by compinstall zstyle ':completion:*' completer _complete _ignored _approximate -zstyle :compinstall filename '/home/julien/.zshrc' +zstyle :compinstall filename "$HOME/.zshrc" autoload -Uz compinit compinit