From e6b26c1ea05cf6a8a450e9833f6c3a53be7a2da7 Mon Sep 17 00:00:00 2001 From: linsilence Date: Wed, 3 Jul 2019 14:51:43 +0800 Subject: [PATCH] .zshrc_custom --- templates/zshrc.zsh-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 1159d1346..9435f75f5 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -92,6 +92,9 @@ source $ZSH/oh-my-zsh.sh #fi export EDITOR='vim' +# Custom profile +source ~/.zshrc_custom + # Compilation flags # export ARCHFLAGS="-arch x86_64"