Skip to content

Commit

Permalink
globalize local sourcing, name colorize plugin properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcxz committed Aug 27, 2015
1 parent 3bab83a commit e4ac4f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -11,7 +11,7 @@ source ${CFG_ZSHCFG_DIR}/zshrc.keymap.zsh
source ${CFG_ZSHCFG_DIR}/zshrc.environment.zsh

if [ -d "$CFG_ZSHCFG_DIR/local" ]; then
for lf in `find "$CFG_ZSHCFG_DIR/local"`; do
for lf in `find "$CFG_ZSHCFG_DIR/local/" -type f`; do
if [ -x "$lf" ]; then
source $lf
fi
Expand Down
2 changes: 1 addition & 1 deletion zshrc.plugins.zsh
@@ -1,3 +1,3 @@
CFG_ZSHPLUGIN_DIR=${CFG_ZSHCFG_DIR}/plugins

source ${CFG_ZSHPLUGIN_DIR}/gist.zsh
source ${CFG_ZSHPLUGIN_DIR}/colorize.zsh

0 comments on commit e4ac4f4

Please sign in to comment.