Skip to content

Commit a2ce87d

Browse files
committed
Added starship.toml config file
1 parent b711693 commit a2ce87d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Configs/starship.toml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Replace the "❯" symbol in the prompt with "❯❯"
2+
[character]
3+
format = "❯❯ "
4+
success_symbol = "❯❯(bold green) "
5+
error_symbol = "❯❯(bold red) "
6+
7+
# Set the time format
8+
[time]
9+
disabled = false
10+
time_format = "%Y-%m-%d %H:%M:%S"
11+
utc_time_offset = "+10"
12+
13+
# Directory setttings
14+
[directory]
15+
format = "[$path]($style)[$read_only]($read_only_style) "
16+
truncation_length = 4
17+
truncate_to_repo = false
18+
truncation_symbol = "…/"
19+
20+
[hostname]
21+
ssh_only = false
22+
format = "[$hostname](bold red) ❯"

0 commit comments

Comments
 (0)