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
96f4a938
Commit
96f4a938
authored
Oct 13, 2018
by
Sagar Patil
Committed by
Marc Cornellà
Oct 12, 2018
Browse files
virtualenv: add README (#7273)
parent
b2f51a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/virtualenv/README.md
0 → 100644
View file @
96f4a938
# virtualenv
The plugin displays information of the created virtual container and allows background theming.
To use it, add
`virtualenv`
to the plugins array of your zshrc file:
```
plugins=(... virtualenv)
```
The plugin creates a
`virtualenv_prompt_info`
function that you can use in your theme, which displays
the basename of the current
`$VIRTUAL_ENV`
. It uses two variables to control how that is shown:
-
`ZSH_THEME_VIRTUALENV_PREFIX`
: sets the prefix of the VIRTUAL_ENV. Defaults to
`[`
.
-
`ZSH_THEME_VIRTUALENV_SUFFIX`
: sets the suffix of the VIRTUAL_ENV. Defaults to
`]`
.
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