Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
041c35ff
Unverified
Commit
041c35ff
authored
Feb 09, 2023
by
Samyak Sarnayak
Committed by
GitHub
Feb 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(amuse): add virtualenv support (#8987)
Fixes #7766 Closes #8814
parent
0e9e5360
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
amuse.zsh-theme
themes/amuse.zsh-theme
+7
-1
No files found.
themes/amuse.zsh-theme
View file @
041c35ff
...
@@ -11,8 +11,14 @@ ZSH_THEME_RUBY_PROMPT_PREFIX="%{$fg_bold[red]%}‹"
...
@@ -11,8 +11,14 @@ ZSH_THEME_RUBY_PROMPT_PREFIX="%{$fg_bold[red]%}‹"
ZSH_THEME_RUBY_PROMPT_SUFFIX
=
"›%{
$reset_color
%}"
ZSH_THEME_RUBY_PROMPT_SUFFIX
=
"›%{
$reset_color
%}"
PROMPT
=
'
PROMPT
=
'
%{$fg_bold[green]%}%~%{$reset_color%}$(git_prompt_info) ⌚ %{$fg_bold[red]%}%*%{$reset_color%}
%{$fg_bold[green]%}%~%{$reset_color%}$(git_prompt_info)
$(virtualenv_prompt_info)
⌚ %{$fg_bold[red]%}%*%{$reset_color%}
$ '
$ '
RPROMPT
=
'$(ruby_prompt_info)'
RPROMPT
=
'$(ruby_prompt_info)'
VIRTUAL_ENV_DISABLE_PROMPT
=
0
ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX
=
" %{
$fg
[green]%}🐍"
ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX
=
"%{
$reset_color
%}"
ZSH_THEME_VIRTUALENV_PREFIX
=
$ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX
ZSH_THEME_VIRTUALENV_SUFFIX
=
$ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX
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