From 74cb78cbe6f92f1270ee64650308c8d1867f35b4 Mon Sep 17 00:00:00 2001 From: Zhibin Cai Date: Sat, 4 Aug 2018 23:21:06 -0700 Subject: [PATCH] Fixed a typo in README.md Fixed a typo about zsh alias: `echo "alias lg='lazygit'" >> ~/.zshrc` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbbb42cdd..2aad6a4a6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In a terminal call this command: then just call `lazygit` in your terminal inside a git repository -If you want, you can also add an alias for this with `echo "alias lg='lazygit' >> ~/.zshrc` (or whichever rc file you're using) +If you want, you can also add an alias for this with `echo "alias lg='lazygit'" >> ~/.zshrc` (or whichever rc file you're using) ## Cool features - Adding files easily