From 2beae5cdfdfe71eed31a66d4b5642440b11a88de Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 21 Apr 2020 08:50:37 -0600 Subject: cleanup zsh plugins --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') 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 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git git-extras docker docker-compose docker-machine gpg-agent pep8 pip pyenv pylint python web-search wd) +plugins=(wd) ZSH=~/.oh-my-zsh @@ -122,7 +122,7 @@ show_virtual_env() { } source ~/.zsh-git-prompt/zshrc.sh -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)]%# ' +PROMPT='$(show_virtual_env)[%{$fg_bold[white]%}%n%{$reset_color%}@%{$fg_bold[red]%}%m%{$reset_color%} %{$fg[cyan]%}%1~%{$reset_color%}$(git_super_status)]%# ' # Configure git prompt colors # https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git-prompt/git-prompt.plugin.zsh#L76 -- cgit v1.2.1