Minor edits to current directory section

This commit is contained in:
Ilan Cosman 2021-01-12 13:50:46 -08:00
parent 25cb215817
commit 882b3549f0

View File

@ -109,9 +109,9 @@ The current working directory is the the most important part of any shell prompt
![pwd][]
When the full directory doesn't fit, the leftmost segment is truncated to its shortest unique prefix. For example, `~/Documents` becomes `~/Doc` instead of `~/D` because that could be confused with `~/Downloads`. Important segments are bold, bright, and never truncated. These include the first and the last segments, roots of Git repositories etc.
When the full directory doesn't fit, the leftmost segment is truncated to its shortest unique prefix. For example, `~/Documents` becomes `~/Doc` instead of `~/D` because that could be confused with `~/Downloads`. Important segments are bold and never truncated. These include the first and the last segments, roots of Git repositories etc.
_Tip_: If you copy-paste a truncated directory and hit <kbd>tab</kbd>, it'll complete to the original.
<small>_Tip_: If you copy-paste a truncated directory and hit <kbd>tab</kbd>, it will complete to the original.</small>_
## Configuration