mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
allowing local site customizations to be unversioned
- this allows me to have promprietary stuff in my configs without them ending up on github
This commit is contained in:
parent
a1f908eb7e
commit
fe6935bef8
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
# add a function path
|
# add a function path
|
||||||
fpath=($ZSH/functions $fpath)
|
fpath=($ZSH/functions $fpath)
|
||||||
|
|
||||||
|
for config_file ($HOME/.zshrc.*) source $config_file
|
||||||
|
|
||||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
# 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
|
# TIP: Add files you don't want in git to .gitignore
|
||||||
for config_file ($ZSH/lib/*.zsh) source $config_file
|
for config_file ($ZSH/lib/*.zsh) source $config_file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue