Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
This commit is contained in:
parent
b3defd3767
commit
8dd06e3c73
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# 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/*.zsh) source $config_file
|
for config_file ($ZSH/lib/*.zsh) source $config_file
|
||||||
|
Reference in New Issue
Block a user