replace absolute path with /home/john

This commit is contained in:
John Bowdre 2022-05-24 08:50:47 -05:00
parent 7d4a9987a0
commit 0af36cd777

View file

@ -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