From 1b70bde0ae834d7a3e5dfc1165510a2a3ef4225d Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Tue, 24 Oct 2023 11:57:40 -0700 Subject: [PATCH] site-functions --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 9a709027d..7e0898d63 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -182,4 +182,4 @@ if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Us if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/gshirazi/Downloads/google-cloud-sdk/completion.zsh.inc'; fi # The next line enables brew installed site-functions completions -if [ -d '/usr/local/share/zsh/site-functions' ]; then for f in /uar/local/share/zsh/site-funtions; do . $f; done; fi +if [ -d '/usr/local/share/zsh/site-functions' ]; then for f in /usr/local/share/zsh/site-functions; do . $f; done; fi