master
XWasHere 2023-10-30 19:56:14 -04:00
parent 262463b5f4
commit 9697c4773c
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -1,4 +1,4 @@
fpath=("$(dirname "$(realpath ~/.zshrc)")/zsh" $fpath); fpath=("$(dirname "$(readlink -f ~/.zshrc)")/zsh" $fpath);
# completions # completions
autoload -Uz compinit autoload -Uz compinit