Is any way to remove my computer name from command line prompt?
I want the prompt to look like this:
αғsнιη:~$
Instead of this:
αғsнιη@αғsнιη-pc:~$
Edit your .bashrc, change PS1 to:
.bashrc
PS1
PS1='\u:\w\$'