From 901e71a100aba4e7011a59a7a56e359b5483476a Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 16 Jul 2019 08:56:25 +1000 Subject: [PATCH] home --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f05cd44..3d0ed34 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -296,7 +296,7 @@ RUN vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alacritty.git & RUN zsh -c "source $HOME/.zshrc" # Cache tmux plugins -RUN zsh -c /opt/tpm/bin/install_plugins +RUN zsh -c $HOME/.tmux/plugins/tpm/bin/install_plugins # Configure lazygit RUN mkdir -p $HOME/.config/jesseduffield/lazygit && \