# Don't print a new line at the start of the prompt add_newline = true # Replace the "❯" symbol in the prompt with "➜" [character] # The name of the module we are configuring is "character" symbol = "🚀" # The "symbol" segment is being set to "➜" [memory_usage] disabled = false threshold = 90 [cmd_duration] min_time = 1 [git_status] conflicted = "🏳" ahead = "🏎💨" behind = "😰" diverged = "😵" untracked = "🤷‍" stashed = "📦" modified = "📝" staged = "➕" renamed = "👅" deleted = "🗑" show_sync_count = true