mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
site-functions
This commit is contained in:
parent
db608bc351
commit
1b70bde0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue