diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 1dfb6998c..ff78c82c0 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -45,3 +45,10 @@ plugins=(git) source $ZSH/oh-my-zsh.sh # Customize to your needs... +if [ -f ~/.aliases ] ; then + source ~/.aliases +fi + +if [ -f ~/.functions ] ; then + source ~/.functions +fi