diff options
author | Tomas Kramar <kramar.tomas@gmail.com> | 2010-09-26 16:05:53 +0200 |
---|---|---|
committer | Tomas Kramar <kramar.tomas@gmail.com> | 2010-09-26 18:28:29 +0200 |
commit | e37d62a282dc74b7cd265643dcb01f80e25b3e34 (patch) | |
tree | 0667ddec03ac323d99545752cc3c5935b3c122d6 /oh-my-zsh.sh | |
parent | 99f159e0a7c63e6756f8e6e40691914da8f7a96c (diff) | |
download | zsh-e37d62a282dc74b7cd265643dcb01f80e25b3e34.tar.gz zsh-e37d62a282dc74b7cd265643dcb01f80e25b3e34.tar.bz2 zsh-e37d62a282dc74b7cd265643dcb01f80e25b3e34.zip |
unset config_file is useless
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r-- | oh-my-zsh.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index bb45c71eb..c46aea7ac 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -21,5 +21,3 @@ then else /usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh fi - -unset config_file
\ No newline at end of file |