From b5f64c0a2ef890d330bca0062924ecdad394169b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 21 Jul 2019 15:46:57 +0200 Subject: [PATCH] README: lzd docker alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 289b0f8..17cf82e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ A development version of the AUR package is also [available](https://aur.archlin - You might want to create an alias, for example: ```sh - echo "alias ld='docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /yourpath/config:/.config/jesseduffield/lazydocker lazyteam/lazydocker'" >> ~/.zshrc + echo "alias lzd='docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /yourpath/config:/.config/jesseduffield/lazydocker lazyteam/lazydocker'" >> ~/.zshrc ```