aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2019-10-09 16:16:26 -0600
committerjason2019-10-09 16:16:26 -0600
commit532258374187cd52576a63afe7b45e7e65eb5de7 (patch)
treeeb0ade3c89b8dc29a83aab23bb6af66e8deb74ba
parent20a617b529a3319977b97da75e87126201357f85 (diff)
downloaddotfiles-532258374187cd52576a63afe7b45e7e65eb5de7.tar.gz
dotfiles-532258374187cd52576a63afe7b45e7e65eb5de7.zip
add docker-compose to zsh plugins
-rw-r--r--emacs/.authinfo.gpgbin1162 -> 830 bytes
-rw-r--r--zsh/.zshrc2
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
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ec8b151..f6f1b15 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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)
51plugins=(git git-extras docker fabric gpg-agent pep8 pip pyenv pylint python vagrant web-search wd) 51plugins=(git git-extras docker docker-compose gpg-agent pep8 pip pyenv pylint python web-search wd)
52 52
53ZSH=~/.oh-my-zsh 53ZSH=~/.oh-my-zsh
54 54