Answers for "How to remove the % in zsh that show after running c++ file"

C++
0

How to remove the % in zsh that show after running c++ file

put ` PROMPT_EOL_MARK='' ` into your .zshrc file to hide the difference between trailing newline or not on command output.
Posted by: Guest on September-08-2021

Code answers related to "How to remove the % in zsh that show after running c++ file"

Browse Popular Code Answers by Language