E
E
ebanytiu_lis2021-09-12 08:37:27
linux
ebanytiu_lis, 2021-09-12 08:37:27

I changed the greeting in the terminal emulator, a bug with the translation of the core, how to fix it?

Ubuntu 18.04, changed the greeting in the .bashrc file:

if [ "$color_prompt" = yes ]; then
    PS1='\033[01;32m\$ \033[00m'
else
    PS1='\$ '
fi

When you press the up arrow twice, the previous command is not completely erased:
$ ssh [email protected] push
How to fix?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question