Skip to content

Commit

Permalink
Fix invalid conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 30, 2013
1 parent 91d1f9a commit 3bf8ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac-components/zsh-fix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if -f /etc/zshenv; then
if [[ -f /etc/zshenv ]]; then
fancy_echo "Fixing OSX zsh environment bug ..."
successfully sudo mv /etc/{zshenv,zshrc}
fi

0 comments on commit 3bf8ea0

Please sign in to comment.