I want to add a welcome message (and change a greetings row) to Linux.
I added
echo "Hello"
PS1="\u $: "
to “.profile” file, but nothing happens after the reboot. Why?
I want to add a welcome message (and change a greetings row) to Linux.
I added
echo "Hello"
PS1="\u $: "
to “.profile” file, but nothing happens after the reboot. Why?