From 12155883737335fef9bb4c986ad6d8d948949380 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 7 Apr 2016 23:41:45 +0100 Subject: [PATCH] Source the untracked .extra file --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 24b1c2c..81430ea 100644 --- a/zshrc +++ b/zshrc @@ -50,6 +50,9 @@ source $ZSH/oh-my-zsh.sh # User configuration +# Source the untracked `extra` file +test -e $HOME/.extra && source $HOME/.extra + # Determine the running OS platform="unkown" unamestr=$(uname -s)