Merge pull request #54 from icdevin/patch-1

Updates README.md with a better alias suggestion
This commit is contained in:
Jesse Duffield 2019-07-02 09:22:15 +10:00 committed by GitHub
commit b60039c532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ go get github.com/jesseduffield/lazydocker
Call `lazydocker` in your terminal. I personally use this a lot so I've made an alias for it like so:
```
echo "alias ld='lazydocker'" >> ~/.zshrc
echo "alias lzd='lazydocker'" >> ~/.zshrc
```
(you can substitute .zshrc for whatever rc file you're using)