Updates README.md with a better alias suggestion

`ld` is actually a pretty important command-line tool, so overwriting it with the suggested alias is not preferable. `lzd` is just my idea, but really this is just to notify you.
This commit is contained in:
Devin 2019-07-01 11:27:20 -07:00 committed by GitHub
parent 86589c3517
commit d0521c1a85
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)