site-functions

This commit is contained in:
Ghasem Shirazi 2023-10-24 11:56:53 -07:00
commit db608bc351

View file

@ -180,3 +180,6 @@ if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Us
# The next line enables shell command completion for gcloud.
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