diff --git a/zsh/prezto-override/zshrc b/zsh/prezto-override/zshrc new file mode 100644 index 0000000..2f9504d --- /dev/null +++ b/zsh/prezto-override/zshrc @@ -0,0 +1,14 @@ +# +# Executes commands at the start of an interactive session. +# +# Authors: +# Sorin Ionescu +# + +# Source Prezto. +if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then + source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" +fi + +# Customize to your needs... +for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file