mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 00:26:24 -04:00
Fix typo in README .zhsrc -> .zshrc
Fix typo in `Changing Directory On Exit` section
This commit is contained in:
parent
12b84307ac
commit
945fccd211
|
|
@ -121,7 +121,7 @@ whichever rc file you're using).
|
|||
|
||||
## Changing Directory On Exit
|
||||
|
||||
If you change repos in lazygit and want your shell to change directory into that repo on exiting lazygit, add this to your `~./zhsrc` (or other rc file):
|
||||
If you change repos in lazygit and want your shell to change directory into that repo on exiting lazygit, add this to your `~./zshrc` (or other rc file):
|
||||
```
|
||||
lg()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue