Y
Hacker News
new
|
ask
|
show
|
jobs
by
lobocinza
1523 days ago
Arch Linux. When using Zsh the last char is always a '%'. When using Bash it does no show a '%' but there's no line break. Possibly an weird interaction with my $PS1.
1 comments
mkl
1523 days ago
That's definitely a Zsh thing, showing that there was no newline:
https://zsh.sourceforge.io/Doc/Release/Options.html#Promptin...
. It's not to do with PS1 or PROMPT, or head.
link