"git:/git.marvell.com/mwifiex-firmware" did not exist on "2e0d56c252981a2d410a76e64d9aaf3e25f0b29b"
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