diff options
| author | jason | 2019-10-09 16:16:26 -0600 |
|---|---|---|
| committer | jason | 2019-10-09 16:16:26 -0600 |
| commit | 532258374187cd52576a63afe7b45e7e65eb5de7 (patch) | |
| tree | eb0ade3c89b8dc29a83aab23bb6af66e8deb74ba | |
| parent | 20a617b529a3319977b97da75e87126201357f85 (diff) | |
| download | dotfiles-532258374187cd52576a63afe7b45e7e65eb5de7.tar.gz dotfiles-532258374187cd52576a63afe7b45e7e65eb5de7.zip | |
add docker-compose to zsh plugins
| -rw-r--r-- | emacs/.authinfo.gpg | bin | 1162 -> 830 bytes | |||
| -rw-r--r-- | zsh/.zshrc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.authinfo.gpg b/emacs/.authinfo.gpg index 92721db..c4fc244 100644 --- a/emacs/.authinfo.gpg +++ b/emacs/.authinfo.gpg | |||
| Binary files differ | |||
| @@ -48,7 +48,7 @@ DISABLE_CORRECTION="true" | |||
| 48 | # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | 48 | # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) |
| 49 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | 49 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ |
| 50 | # Example format: plugins=(rails git textmate ruby lighthouse) | 50 | # Example format: plugins=(rails git textmate ruby lighthouse) |
| 51 | plugins=(git git-extras docker fabric gpg-agent pep8 pip pyenv pylint python vagrant web-search wd) | 51 | plugins=(git git-extras docker docker-compose gpg-agent pep8 pip pyenv pylint python web-search wd) |
| 52 | 52 | ||
| 53 | ZSH=~/.oh-my-zsh | 53 | ZSH=~/.oh-my-zsh |
| 54 | 54 | ||