diff --git a/.zshrc b/.zshrc index e6602ce..055d6b9 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,4 @@ -fpath=("$(dirname "$(realpath ~/.zshrc)")/zsh" $fpath); +fpath=("$(dirname "$(readlink -f ~/.zshrc)")/zsh" $fpath); # completions autoload -Uz compinit