Change .custom.zsh to custom.zsh

This commit is contained in:
Ivan Malison 2014-04-23 11:11:52 -07:00
parent 783dc778f0
commit 480ac61af2
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 19826eb2019773b1947494f2cccee819afaec74e
Subproject commit 15a33f41d885b37734e55e898914b459721bf384

View File

@ -1,3 +1,3 @@
source ~/.lib/shellrc.sh
source ~/.lib/zsh.sh
test -r ~/.custom.zsh && source ~/.custom.zsh
test -r ~/custom.zsh && source ~/custom.zsh