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