Skip to content

Commit

Permalink
unset config_file is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
kremso committed Sep 26, 2010
1 parent 99f159e commit e37d62a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oh-my-zsh.sh
Expand Up @@ -21,5 +21,3 @@ then
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi

unset config_file

1 comment on commit e37d62a

@blueyed
Copy link
Contributor

@blueyed blueyed commented on e37d62a Feb 2, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this useless?
It is meant to not have $config_file in the shell's namespace.. while it does no harm really it serves no purpose either..

Please sign in to comment.