Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
e8bd400b
Commit
e8bd400b
authored
Jun 04, 2011
by
Robby Russell
Browse files
Merge pull request #395 from vguerci/upgrade-before-init
Upgrade before init
parents
0c41b1cd
7c947450
Changes
2
Hide whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
e8bd400b
# Check for updates on initial load...
if
[
"
$DISABLE_AUTO_UPDATE
"
=
"true"
]
then
return
else
/usr/bin/env zsh
$ZSH
/tools/check_for_upgrade.sh
fi
# Initializes Oh My Zsh
# add a function path
...
...
@@ -28,7 +36,6 @@ done
for
config_file
(
$ZSH
/custom/
*
.zsh
)
source
$config_file
# Load the theme
# Check for updates on initial load...
if
[
"
$ZSH_THEME
"
=
"random"
]
then
themes
=(
$ZSH
/themes/
*
zsh-theme
)
...
...
@@ -41,11 +48,3 @@ else
source
"
$ZSH
/themes/
$ZSH_THEME
.zsh-theme"
fi
# Check for updates on initial load...
if
[
"
$DISABLE_AUTO_UPDATE
"
=
"true"
]
then
return
else
/usr/bin/env zsh
$ZSH
/tools/check_for_upgrade.sh
fi
tools/upgrade.sh
View file @
e8bd400b
...
...
@@ -8,6 +8,5 @@ echo "\033[0;32m"'/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / / '"\033[0m
echo
"
\0
33[0;32m"
'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '
"
\0
33[0m"
echo
"
\0
33[0;32m"
' /____/ '
"
\0
33[0m"
echo
"
\0
33[0;34mHooray! Oh My Zsh has been updated and/or is at the current version.
\0
33[0m"
echo
"
\0
33[0;34mAny new updates will be reflected when you start your next terminal session.
\0
33[0m"
echo
"
\0
33[0;34mTo keep up on the latest, be sure to follow Oh My Zsh on twitter:
\0
33[1mhttp://twitter.com/ohmyzsh
\0
33[0m"
cd
$current_path
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment