An adjustment to the PowerShell `prompt` function that limits the number of path components. In this case the limit is 4 components. If there are more than four components the components between the first one and the last three are replaced with "...". It is similar to what the `PROMPT_DIRTRIM` environment variable.