mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Minor edits to current directory section
This commit is contained in:
parent
25cb215817
commit
882b3549f0
@ -109,9 +109,9 @@ The current working directory is the the most important part of any shell prompt
|
|||||||
|
|
||||||
![pwd][]
|
![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
|
## Configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user