1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

Fixed a typo in README.md

Fixed a typo about zsh alias: `echo "alias lg='lazygit'" >> ~/.zshrc`
This commit is contained in:
Zhibin Cai 2018-08-04 23:21:06 -07:00 committed by GitHub
parent 3c0eeba187
commit 74cb78cbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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