10

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:~$
αғsнιη
  • 36,350

1 Answers1

18

Edit your .bashrc, change PS1 to:

PS1='\u:\w\$'
cuonglm
  • 2,515