I'd like to put the insertion cursor of bash inside the PS1 variable:
export PS1='\u@\h:<cursor here>:\w'
Where the colons are included in the prompt (typing enter should result in a string "::"). Is this possible?