From d0521c1a85c10e89d02675b4a470a4f27fd4d531 Mon Sep 17 00:00:00 2001 From: Devin Date: Mon, 1 Jul 2019 11:27:20 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0182b011..df665815 100644 --- a/README.md +++ b/README.md @@ -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)