Загрузка...

VsCode (Terminal) problem with %

Thread in C/C++ created by Yurex Jan 19, 2022. 163 views

  1. Yurex
    Yurex Topic starter Jan 19, 2022 0 Jan 9, 2021
    Hi! When I want to cout smth in my terminal, it outputs '%' in the end. How can I fix it without using '\n'?
    https://ibb.co/0V6scJ7
     
  2. std
    std Jan 20, 2022 9 Jan 3, 2017
    You can write
    export PROMPT_EOL_MARK=""
    in your zsh terminal
     
    1. Yurex Topic starter
      std, after restarting everythyng resets to standart options. How can i save smth in terminal?
    2. std
      Yurex, you should open zshrc file with your fav text editor like so
      vim ~/.zshrc
      then u can add strings u want to execute at startup
Top
Loading...