Personalizar tu shell

Quick an easy way to personalize your shell in bash target is below:

[18:10:52] betanzos@localhost ~/Downloads >

To do that just assign a value to PS1:

PS1='[$(date +%k:%M:%S)] \u@\h \w > '