mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: Set default prompt character to ❯ (#177)
This commit is contained in:
committed by
Matan Kushner
parent
572a07c72d
commit
85ac0a6801
@@ -10,7 +10,7 @@ use ansi_term::Color;
|
||||
/// - If the exit-code was anything else, the arrow will be formatted with
|
||||
/// `COLOR_FAILURE` (red by default)
|
||||
pub fn module<'a>(context: &'a Context) -> Option<Module<'a>> {
|
||||
const SUCCESS_CHAR: &str = "➜";
|
||||
const SUCCESS_CHAR: &str = "❯";
|
||||
const FAILURE_CHAR: &str = "✖";
|
||||
const VICMD_CHAR: &str = "❮";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user