volumio / volumio3-os

GNU General Public License v2.0
55 stars 38 forks source link

feature request for console =>"PS" -> /etc/profile #43

Closed camelcamro closed 1 year ago

camelcamro commented 2 years ago

maybe we can add to profile, something like that ? .) to see user name ? .) to see in which directory the user is ? `.) and to have that in colored ?

like that: export PS1='[\033[0;32m]\u@\H:[\033[36m]$PWD[\033[0m] \$ ' [ "$TERM" = "xterm" ] && export PS1='[\e]0;\u@\h: \w\a]'$PS1

ashthespy commented 1 year ago

You can do this trivially for your own device by adding the line to ~/.bashrc as each person usually will want a different style ;)

volumio commented 1 year ago

Feel free to send a PR with the aliases you would like to be included.