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
2b866249
Commit
2b866249
authored
Dec 26, 2011
by
Robby Russell
Browse files
Merge pull request #772 from indrajitr/master
Fix upgrade and uninstall functions to pick up $ZSH value
parents
723372a1
0b583638
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/functions.zsh
View file @
2b866249
...
...
@@ -3,11 +3,11 @@ function zsh_stats() {
}
function
uninstall_oh_my_zsh
()
{
/bin/sh
$ZSH
/tools/uninstall.sh
/usr/bin/env
ZSH
=
$ZSH
/bin/sh
$ZSH
/tools/uninstall.sh
}
function
upgrade_oh_my_zsh
()
{
/bin/sh
$ZSH
/tools/upgrade.sh
/usr/bin/env
ZSH
=
$ZSH
/bin/sh
$ZSH
/tools/upgrade.sh
}
function
take
()
{
...
...
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