how to change display name and name of host pc in terminal 24 October 2023, 17:59:50 i mean, dont change the user name and name of host pc, i mean how to make it display not like "artix:[username]" in terminal, but for example "username@artix". I hope I've explained clearly
Re: how to change display name and name of host pc in terminal Reply #1 – 24 October 2023, 18:41:54 set PS1 variable in your shell rcfor example for bash you would add this line to ~/.bashrcCode: [Select]PS1='[\u@\h \W]\$'here is a cool website made for making bash prompts https://bash-prompt-generator.org/