From 9697c4773cc6f7a89c675427772970b1fdb040d7 Mon Sep 17 00:00:00 2001 From: XWasHere Date: Mon, 30 Oct 2023 19:56:14 -0400 Subject: [PATCH] fuck --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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