summaryrefslogtreecommitdiffstats
path: root/docs/nl-NL/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nl-NL/guide/README.md')
-rw-r--r--docs/nl-NL/guide/README.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/nl-NL/guide/README.md b/docs/nl-NL/guide/README.md
index 78326cdbb..c174a8e9f 100644
--- a/docs/nl-NL/guide/README.md
+++ b/docs/nl-NL/guide/README.md
@@ -73,6 +73,22 @@
/></a>
&nbsp;
<a
+ href="https://github.com/starship/starship/blob/master/docs/id-ID/guide/README.md"
+ ><img
+ height="20"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-id.png"
+ alt="Bahasa Indonesia"
+ /></a>
+ &nbsp;
+ <a
+ href="https://github.com/starship/starship/blob/master/docs/it-IT/guide/README.md"
+ ><img
+ height="20"
+ src="https://raw.githubusercontent.com/starship/starship/master/media/flag-it.png"
+ alt="Italiano"
+ /></a>
+ &nbsp;
+ <a
href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md"
><img
height="20"
@@ -250,7 +266,7 @@
#### Elvish
- **Warning** Only elvish v0.15 or higher is supported. Add the following to the end of `~/.elvish/rc.elv`:
+ **Warning** Only elvish v0.17 or higher is supported. Add the following to the end of `~/.elvish/rc.elv`:
```sh
# ~/.elvish/rc.elv
@@ -281,6 +297,17 @@
```
+ #### Cmd
+
+ You need to use [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) with Cmd. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
+
+ ```lua
+ -- starship.lua
+
+ load(io.popen('starship init cmd'):read("*a"))()
+ ```
+
+
#### Nushell
**Warning** This will change in the future. Add the following to your nu config file. De locatie van hiervan kunt u vinden door `config path` uit te voeren in nushell.