aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorjason2020-04-21 08:50:37 -0600
committerjason2020-04-21 08:50:37 -0600
commit2beae5cdfdfe71eed31a66d4b5642440b11a88de (patch)
treef20a9448b33e7bcb8e818dfcf4605fa5c65d6744 /zsh
parentc81f5fa6ed3980c0728362ad11c7c01186f765b9 (diff)
downloaddotfiles-2beae5cdfdfe71eed31a66d4b5642440b11a88de.tar.gz
dotfiles-2beae5cdfdfe71eed31a66d4b5642440b11a88de.zip
cleanup zsh plugins
Diffstat (limited to 'zsh')
-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