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
62f9f41f75
commit
db608bc351
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue