You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,28 @@ eval "$(pulsarship init bash)"
67
67
> `source ~/.config/fish/config.fish` or `source ~/.bashrc` or `source ~/.zshrc`
68
68
69
69
## 🛠 Configuration
70
-
💡 Want to tweak the colors, layout, or modules?
71
-
Head over to the [Wiki](https://github.com/xeyossr/pulsarship/wiki) to explore usage examples, detailed config guides, and tips on getting the most out of Pulsarship.
70
+
The default config file location is `~/.config/pulsarship/pulsarship.toml`
71
+
72
+
Pulsarship uses TOML-based configuration:
73
+
```toml
74
+
prompt = ```
75
+
{cwd}
76
+
{character} ```
77
+
78
+
[cwd]
79
+
format = "^(lavender)[{cwd}]^"
80
+
max_length = 5
81
+
82
+
[character]
83
+
icon = "❯"
84
+
format = "^(peach){character}^"
85
+
86
+
[palette]
87
+
lavender = "#b4befe"
88
+
peach = "#fab387"
89
+
```
90
+
91
+
For more information visit the [Wiki](https://github.com/xeyossr/pulsarship/wiki).
0 commit comments