Source the untracked .extra file

This commit is contained in:
Jonny Barnes 2016-04-07 23:41:45 +01:00
parent 9e40d54a7b
commit 1215588373

3
zshrc
View file

@ -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)