From e22dba1101a1100a18007e6dd0bbde11c9681dfb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 21 Sep 2010 00:18:45 +0200 Subject: [PATCH] zsh/rc: Fix sourcing of ~/.zsh/rc.local. --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index e0bf4c7..36de9bb 100644 --- a/zsh/rc +++ b/zsh/rc @@ -613,7 +613,7 @@ fi # LOAD ADDITIONAL CONFIGURATION FILES -source_config ~/.zsh.rc.local +source_config ~/.zsh/rc.local # RUN COMMANDS -- 2.44.2