We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c034eb commit 6509647Copy full SHA for 6509647
1 file changed
server/conf/bash.bashrc.master
@@ -32,7 +32,7 @@ xterm-color)
32
PS1='\[\033[01;32m\]$USER@$HOSTNAME\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
33
;;
34
*)
35
- PS1='\$USER@$HOSTNAME:\w\$ '
+ PS1='$USER@$HOSTNAME:\w\$ '
36
37
esac
38
0 commit comments