From: Simon Ruderich Date: Mon, 20 Sep 2010 22:18:45 +0000 (+0200) Subject: zsh/rc: Fix sourcing of ~/.zsh/rc.local. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e22dba1101a1100a18007e6dd0bbde11c9681dfb;p=config%2Fdotfiles.git zsh/rc: Fix sourcing of ~/.zsh/rc.local. --- 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