Answer the question
In order to leave comments, you need to log in
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
$ ssh [email protected] push
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question