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
4e45e12d
Commit
4e45e12d
authored
Jan 19, 2020
by
Jimmy Merrild Krag
Committed by
Marc Cornellà
Jan 19, 2020
Browse files
virtualenvwrapper: fix finding script on Ubuntu 19.10 (#8451)
parent
a04728f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
View file @
4e45e12d
...
...
@@ -22,6 +22,13 @@ elif [[ -f "/usr/local/bin/virtualenvwrapper.sh" ]]; then
virtualenvwrapper
=
"/usr/local/bin/virtualenvwrapper.sh"
source
"/usr/local/bin/virtualenvwrapper.sh"
}
elif
[[
-f
"/usr/share/virtualenvwrapper/virtualenvwrapper.sh"
]]
;
then
function
{
setopt local_options
unsetopt equals
virtualenvwrapper
=
"/usr/share/virtualenvwrapper/virtualenvwrapper.sh"
source
"/usr/share/virtualenvwrapper/virtualenvwrapper.sh"
}
elif
[[
-f
"/etc/bash_completion.d/virtualenvwrapper"
]]
;
then
function
{
setopt local_options
...
...
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