README: lzd docker alias

This commit is contained in:
Dawid Dziurla 2019-07-21 15:46:57 +02:00
parent a7ccf40d3f
commit b5f64c0a2e
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -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
```