summaryrefslogtreecommitdiff
path: root/dot-config
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2025-06-27 02:26:24 -0700
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2025-06-27 02:26:24 -0700
commit6382d18a9c619b60c38cd6151151856b6d29a52e (patch)
treebea5045ebb93385224539c812631e513511c505a /dot-config
parentc89e2c81663dd705b39bf33163d4eebaa4191478 (diff)
change prompt symbol
Diffstat (limited to 'dot-config')
-rw-r--r--dot-config/starship.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/starship.toml b/dot-config/starship.toml
index 1760ef0..e544d04 100644
--- a/dot-config/starship.toml
+++ b/dot-config/starship.toml
@@ -41,6 +41,6 @@ format = "[($all_status$ahead_behind)]($style)"
style = "bold red"
[character]
-error_symbol = "[\\$ ](red)"
+error_symbol = "[➣ ](red)"
format = "$symbol"
-success_symbol = "[\\$ ](white)"
+success_symbol = "[➣ ](white)"