mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
adding homebrew completions - and a function dir
This commit is contained in:
parent
e1332bd500
commit
aa4b6fb64b
2 changed files with 64 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Initializes Oh My Zsh
|
||||
|
||||
# add a function path
|
||||
fpath=($ZSH/functions $fpath)
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
# TIP: Add files you don't want in git to .gitignore
|
||||
for config_file ($ZSH/lib/*.zsh) source $config_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue