Source the untracked .extra file
This commit is contained in:
parent
9e40d54a7b
commit
1215588373
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -50,6 +50,9 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
|
# Source the untracked `extra` file
|
||||||
|
test -e $HOME/.extra && source $HOME/.extra
|
||||||
|
|
||||||
# Determine the running OS
|
# Determine the running OS
|
||||||
platform="unkown"
|
platform="unkown"
|
||||||
unamestr=$(uname -s)
|
unamestr=$(uname -s)
|
||||||
|
|
Loading…
Add table
Reference in a new issue