diff options
| -rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -44,7 +44,7 @@ ZSH_CUSTOM=$HOME/.zsh/custom | |||
| 44 | # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | 44 | # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) |
| 45 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | 45 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ |
| 46 | # Example format: plugins=(rails git textmate ruby lighthouse) | 46 | # Example format: plugins=(rails git textmate ruby lighthouse) |
| 47 | plugins=(git git-extras docker docker-compose docker-machine gpg-agent pep8 pip pyenv pylint python web-search wd) | 47 | plugins=(wd) |
| 48 | 48 | ||
| 49 | ZSH=~/.oh-my-zsh | 49 | ZSH=~/.oh-my-zsh |
| 50 | 50 | ||
| @@ -122,7 +122,7 @@ show_virtual_env() { | |||
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | source ~/.zsh-git-prompt/zshrc.sh | 124 | source ~/.zsh-git-prompt/zshrc.sh |
| 125 | PROMPT='$(show_virtual_env)[%{$fg_bold[white]%}%n%{$reset_color%}@%{$fg_bold[red]%}%m%{$reset_color%} %{$fg[cyan]%}%1~%{$reset_color%}$(__docker_machine_ps1)$(git_super_status)]%# ' | 125 | PROMPT='$(show_virtual_env)[%{$fg_bold[white]%}%n%{$reset_color%}@%{$fg_bold[red]%}%m%{$reset_color%} %{$fg[cyan]%}%1~%{$reset_color%}$(git_super_status)]%# ' |
| 126 | 126 | ||
| 127 | # Configure git prompt colors | 127 | # Configure git prompt colors |
| 128 | # https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git-prompt/git-prompt.plugin.zsh#L76 | 128 | # https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git-prompt/git-prompt.plugin.zsh#L76 |