fix: update path in zshrc
This commit is contained in:
parent
344d1f66e7
commit
2748867113
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue