Загрузка...

VsCode (Terminal) problem with %

Тема в разделе C/C++ создана пользователем Yurex 19 янв 2022. 163 просмотра

  1. Yurex
    Yurex Автор темы 19 янв 2022 0 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 20 янв 2022 9 3 янв 2017
    You can write
    export PROMPT_EOL_MARK=""
    in your zsh terminal
     
    20 янв 2022 Изменено
    1. Yurex Автор темы
      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
Загрузка...