From 480ac61af2ebe2253e3c9f38803ed4266f6ca729 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 23 Apr 2014 11:11:52 -0700 Subject: [PATCH] Change .custom.zsh to custom.zsh --- dotfiles/emacs.d | 2 +- dotfiles/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/emacs.d b/dotfiles/emacs.d index 19826eb2..15a33f41 160000 --- a/dotfiles/emacs.d +++ b/dotfiles/emacs.d @@ -1 +1 @@ -Subproject commit 19826eb2019773b1947494f2cccee819afaec74e +Subproject commit 15a33f41d885b37734e55e898914b459721bf384 diff --git a/dotfiles/zshrc b/dotfiles/zshrc index ace4215a..0d2872dc 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -1,3 +1,3 @@ source ~/.lib/shellrc.sh source ~/.lib/zsh.sh -test -r ~/.custom.zsh && source ~/.custom.zsh \ No newline at end of file +test -r ~/custom.zsh && source ~/custom.zsh \ No newline at end of file