Skip to content

Commit

Permalink
rename parts to .zsh to make syntax highlighting better
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Jun 2, 2010
1 parent 2de6fa5 commit d407627
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if [[ ( $SHLVL < 3 ) || ( $INSIDE_EMACS == * && $TERM == "eterm-color" ) ]]; then
mydir=`dirname $0`

for f in $mydir/??_*; do
for f in $mydir/??_*.zsh; do
source $f
done
fi

0 comments on commit d407627

Please sign in to comment.