Skip to content

Commit

Permalink
remove unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Land committed Jul 21, 2009
1 parent df09745 commit 88feb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zshenv
Expand Up @@ -8,4 +8,4 @@ for f in ~/.zsh/env.d/??_*; do
done

## use .zshenv.local for settings specific to one system
[[ -f ~/.zshenv.local ]] && . ~/.zshenv.local
[[ -f ~/.zshenv.local ]] && . ~/.zshenv.local
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -4,4 +4,4 @@ for f in ~/.zsh/rc.d/??_*; do
done

## use .zshrc.local for settings specific to one system
[[ -f ~/.zshrc.local ]] && . ~/.zshrc.local
[[ -f ~/.zshrc.local ]] && . ~/.zshrc.local

0 comments on commit 88feb27

Please sign in to comment.