Ability to store your own prompts in ~/.zsh.prompts [Close #152]
We no longer pollute yadr or prezto directories with custom code!
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# Load any user customizations prior to load
|
||||
#
|
||||
if [ -d $HOME/.zsh.before/ ]; then
|
||||
for config_file ($HOME/.zsh.before/*.zsh) source $config_file
|
||||
if [ "$(ls -A $HOME/.zsh.before/)" ]; then
|
||||
for config_file ($HOME/.zsh.before/*.zsh) source $config_file
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user