This commit is contained in:
Jie Feng 2017-08-09 17:31:57 +08:00
parent df13e423f8
commit 253649bbef

14
zsh/prezto-override/zshrc Normal file
View File

@ -0,0 +1,14 @@
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# 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