aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 5e0b3bd..75687bf 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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)
47plugins=(git git-extras docker docker-compose docker-machine gpg-agent pep8 pip pyenv pylint python web-search wd) 47plugins=(wd)
48 48
49ZSH=~/.oh-my-zsh 49ZSH=~/.oh-my-zsh
50 50
@@ -122,7 +122,7 @@ show_virtual_env() {
122} 122}
123 123
124source ~/.zsh-git-prompt/zshrc.sh 124source ~/.zsh-git-prompt/zshrc.sh
125PROMPT='$(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)]%# ' 125PROMPT='$(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