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
Oh My Zsh
Commits
d0b690b5
"iptables/vscode:/vscode.git/clone" did not exist on "c2d7e04ade3d300ad75f0c0ceaa674092e6c09d0"
Commit
d0b690b5
authored
Jun 10, 2015
by
Tommy Wang
Committed by
ncanceill
Jun 13, 2015
Browse files
use local options to set no_equals before sourcing bash completion script
parent
e55d84f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
View file @
d0b690b5
virtualenvwrapper
=
'virtualenvwrapper.sh'
virtualenvwrapper
=
'virtualenvwrapper.sh'
if
((
$+
commands[
$virtualenvwrapper
]
))
;
then
if
((
$+
commands[
$virtualenvwrapper
]
))
;
then
source
${${
virtualenvwrapper
}
:c
}
function
{
setopt local_options
unsetopt equals
source
${${
virtualenvwrapper
}
:c
}
}
elif
[[
-f
"/etc/bash_completion.d/virtualenvwrapper"
]]
;
then
elif
[[
-f
"/etc/bash_completion.d/virtualenvwrapper"
]]
;
then
virtualenvwrapper
=
"/etc/bash_completion.d/virtualenvwrapper"
function
{
source
"/etc/bash_completion.d/virtualenvwrapper"
setopt local_options
unsetopt equals
virtualenvwrapper
=
"/etc/bash_completion.d/virtualenvwrapper"
source
"/etc/bash_completion.d/virtualenvwrapper"
}
else
else
print
"zsh virtualenvwrapper plugin: Cannot find
${
virtualenvwrapper
}
.
\n
"
\
print
"zsh virtualenvwrapper plugin: Cannot find
${
virtualenvwrapper
}
.
\n
"
\
"Please install with
\`
pip install virtualenvwrapper
\`
"
>
&2
"Please install with
\`
pip install virtualenvwrapper
\`
"
>
&2
...
...
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