Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
awit-zsh-superawesome
Commits
f4e00018
Commit
f4e00018
authored
Aug 03, 2019
by
Nigel Kukard
Browse files
Added python virtualenv support
parent
011c8611
Changes
2
Hide whitespace changes
Inline
Side-by-side
zshrc.d/55-plugins-oh-my-zsh.zsh
View file @
f4e00018
...
...
@@ -9,5 +9,6 @@ plugins=(
command-not-found
gitfast
screen
virtualenv
zsh-syntax-highlighting
)
zshrc.d/60-prompt-oh-my-zsh.zsh
View file @
f4e00018
...
...
@@ -2,7 +2,7 @@
ZSH_THEME
=
"powerlevel9k"
# Setup powerlevel9k
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
=(
context
dir
dir_writable vcs
)
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
=(
context
dir
dir_writable vcs
virtualenv
)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS
=(
status root_indicator command_execution_time background_jobs
history time
)
POWERLEVEL9K_MODE
=
nerdfont-complete
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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