Skip to content

Commit 30ab202

Browse files
committed
Grammaro
1 parent 5cb9bdd commit 30ab202

File tree

1 file changed

+1
-1
lines changed
  • book/A-git-in-other-environments/sections

1 file changed

+1
-1
lines changed

book/A-git-in-other-environments/sections/zsh.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cherry-pick -- apply changes introduced by some existing commits
1717
----
1818

1919
Ambiguous tab-completions aren't just listed; they have helpful descriptions, and you can graphically navigate the list by repeatedly hitting tab.
20-
This works with Git commands, their arguments, and names of things inside the repository (like refs and remotes), as well filenames and all the other things Zsh knows how to tab-complete.
20+
This works with Git commands, their arguments, and names of things inside the repository (like refs and remotes), as well as filenames and all the other things Zsh knows how to tab-complete.
2121

2222
Zsh happens to be fairly compatible with Bash when it comes to prompt customization, but it allows you to have a right-side prompt as well.
2323
To include the branch name on the right side, add these lines to your `~/.zshrc` file:

0 commit comments

Comments
 (0)