@@ 0,0 1,49 @@
+add_newline = false
+prompt_order = [
+ "username",
+ "hostname",
+ "directory",
+ "git_branch",
+ "git_state",
+ "git_status",
+ "hg_branch",
+ "cmd_duration",
+ "jobs",
+ "line_break",
+ "character",
+]
+
+[username]
+show_always = false
+
+[hostname]
+ssh_only = true
+
+[directory]
+truncation_length = 8
+truncate_to_repo = false
+
+[git_branch]
+truncation_symbol = "…"
+
+[git_state]
+progress_divider = "/"
+
+[git_status]
+conflicted = "≠"
+
+[hg_branch]
+truncation_symbol = "…"
+
+[cmd_duration]
+min_time = 5_000
+
+[line_break]
+disabled = false
+
+[jobs]
+symbol = "✦"
+
+[character]
+use_symbol_for_status = false
+