From 0af36cd77796be2e569ba0b5ccef530810d00380 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 24 May 2022 08:50:47 -0500 Subject: [PATCH] replace absolute path with /home/john --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7cb0556..5571635 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -7,7 +7,7 @@ unsetopt beep extendedglob notify bindkey -v # End of lines configured by zsh-newuser-install # The following lines were added by compinstall -zstyle :compinstall filename '/home/john/.zshrc' +zstyle :compinstall filename '$HOME/.zshrc' autoload -Uz compinit compinit