Browse Source

Sane defaults for config

Simon Watson 5 months ago
parent
commit
51ccf1f296
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pest.cfg

+ 2 - 2
pest.cfg

@@ -8,9 +8,9 @@ bg = [255, 255, 255]
 
 [prompt]
 display_user = false
-user_suffix = ""
+user_suffix = "@"
 display_hostname = false
-hostname_suffix = ""
+hostname_suffix = ":"
 display_pwd = true
 pwd_suffix = ""
 prompt_char = " λ "