summaryrefslogtreecommitdiffstats
path: root/docs/ckb-IR/presets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ckb-IR/presets')
-rw-r--r--docs/ckb-IR/presets/bracketed-segments.md2
-rw-r--r--docs/ckb-IR/presets/nerd-font.md2
-rw-r--r--docs/ckb-IR/presets/no-empty-icons.md2
-rw-r--r--docs/ckb-IR/presets/no-nerd-font.md2
-rw-r--r--docs/ckb-IR/presets/no-runtimes.md2
-rw-r--r--docs/ckb-IR/presets/pastel-powerline.md2
-rw-r--r--docs/ckb-IR/presets/plain-text.md2
-rw-r--r--docs/ckb-IR/presets/pure-preset.md2
-rw-r--r--docs/ckb-IR/presets/tokyo-night.md2
9 files changed, 9 insertions, 9 deletions
diff --git a/docs/ckb-IR/presets/bracketed-segments.md b/docs/ckb-IR/presets/bracketed-segments.md
index 329cc2e94..87ceda510 100644
--- a/docs/ckb-IR/presets/bracketed-segments.md
+++ b/docs/ckb-IR/presets/bracketed-segments.md
@@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### ڕێکخستن
```sh
-starship preset bracketed-segments > ~/.config/starship.toml
+starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)
diff --git a/docs/ckb-IR/presets/nerd-font.md b/docs/ckb-IR/presets/nerd-font.md
index d370a3be6..1b4b42cad 100644
--- a/docs/ckb-IR/presets/nerd-font.md
+++ b/docs/ckb-IR/presets/nerd-font.md
@@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### ڕێکخستن
```sh
-starship preset nerd-font-symbols > ~/.config/starship.toml
+starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
diff --git a/docs/ckb-IR/presets/no-empty-icons.md b/docs/ckb-IR/presets/no-empty-icons.md
index ddc80c9ad..e3cef25c1 100644
--- a/docs/ckb-IR/presets/no-empty-icons.md
+++ b/docs/ckb-IR/presets/no-empty-icons.md
@@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### ڕێکخستن
```sh
-starship preset no-empty-icons > ~/.config/starship.toml
+starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)
diff --git a/docs/ckb-IR/presets/no-nerd-font.md b/docs/ckb-IR/presets/no-nerd-font.md
index 4d9d3a72c..d6b581364 100644
--- a/docs/ckb-IR/presets/no-nerd-font.md
+++ b/docs/ckb-IR/presets/no-nerd-font.md
@@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### ڕێکخستن
```sh
-starship preset no-nerd-font > ~/.config/starship.toml
+starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)
diff --git a/docs/ckb-IR/presets/no-runtimes.md b/docs/ckb-IR/presets/no-runtimes.md
index 00ffe3d7a..b02e75992 100644
--- a/docs/ckb-IR/presets/no-runtimes.md
+++ b/docs/ckb-IR/presets/no-runtimes.md
@@ -9,7 +9,7 @@
### ڕێکخستن
```sh
-starship preset no-runtime-versions > ~/.config/starship.toml
+starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)
diff --git a/docs/ckb-IR/presets/pastel-powerline.md b/docs/ckb-IR/presets/pastel-powerline.md
index 9c4796447..615f1f1fc 100644
--- a/docs/ckb-IR/presets/pastel-powerline.md
+++ b/docs/ckb-IR/presets/pastel-powerline.md
@@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### ڕێکخستن
```sh
-starship preset pastel-powerline > ~/.config/starship.toml
+starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)
diff --git a/docs/ckb-IR/presets/plain-text.md b/docs/ckb-IR/presets/plain-text.md
index 7e0a71e59..3884ca032 100644
--- a/docs/ckb-IR/presets/plain-text.md
+++ b/docs/ckb-IR/presets/plain-text.md
@@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### ڕێکخستن
```sh
-starship preset plain-text-symbols > ~/.config/starship.toml
+starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)
diff --git a/docs/ckb-IR/presets/pure-preset.md b/docs/ckb-IR/presets/pure-preset.md
index ffc72ab50..2ac6fa214 100644
--- a/docs/ckb-IR/presets/pure-preset.md
+++ b/docs/ckb-IR/presets/pure-preset.md
@@ -9,7 +9,7 @@
### ڕێکخستن
```sh
-starship preset pure-preset > ~/.config/starship.toml
+starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)
diff --git a/docs/ckb-IR/presets/tokyo-night.md b/docs/ckb-IR/presets/tokyo-night.md
index 3c1077eb3..798794ea7 100644
--- a/docs/ckb-IR/presets/tokyo-night.md
+++ b/docs/ckb-IR/presets/tokyo-night.md
@@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### ڕێکخستن
```sh
-starship preset tokyo-night > ~/.config/starship.toml
+starship preset tokyo-night -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/tokyo-night.toml)