mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 23:21:03 +00:00
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:
parent
86589c3517
commit
d0521c1a85
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue