"vscode:/vscode.git/clone" did not exist on "05e2956dc61198d4767b96d97c5d10c93cedd6e3"
agnoster: use %n instead of $USER to fix quoting
Fixes #7268 With `$USER`, we'd need to quote it in case special characters like `\` are present in the $USER value, like if the user is part of an AD domain. With `%n` the quoting is done automatically by zsh. See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Login-information
Please register or sign in to comment