diff options
| author | jason | 2020-04-21 08:50:37 -0600 |
|---|---|---|
| committer | jason | 2020-04-21 08:50:37 -0600 |
| commit | 2beae5cdfdfe71eed31a66d4b5642440b11a88de (patch) | |
| tree | f20a9448b33e7bcb8e818dfcf4605fa5c65d6744 /zsh | |
| parent | c81f5fa6ed3980c0728362ad11c7c01186f765b9 (diff) | |
| download | dotfiles-2beae5cdfdfe71eed31a66d4b5642440b11a88de.tar.gz dotfiles-2beae5cdfdfe71eed31a66d4b5642440b11a88de.zip | |
cleanup zsh plugins
Diffstat (limited to 'zsh')
| -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 |