### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. - [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md). - [X] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell). ### Steps to reproduce If you type `~\` then `Tab` the home directory symbol will be converted into the full provider path instead of retaining the `~`. ### Expected behavior ```console # ~ is retained ``` ### Actual behavior ```console # Provider path is used ``` ### Error details ```console N/A ``` ### Environment data ```powershell 7.4-preview4 ``` ### Visuals _No response_
Prerequisites
Steps to reproduce
If you type
~\thenTabthe home directory symbol will be converted into the full provider path instead of retaining the~.Expected behavior
# ~ is retainedActual behavior
# Provider path is usedError details
N/AEnvironment data
Visuals
No response