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
{{ message }}
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/Options.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,16 @@ Directory is always shown and truncated to the value of `SPACEFISH_DIR_TRUNC`. W
81
81
|`SPACEFISH_DIR_PREFIX`|`in·`| Prefix before current directory |
82
82
|`SPACEFISH_DIR_LOCK_SHOW`|`true`| Show directory write-protected symbol |
83
83
|`SPACEFISH_DIR_LOCK_SYMBOL`|| The symbol displayed if directory is write-protected (requires powerline patched font) |
84
-
|`SPACESHIP_DIR_LOCK_COLOR`|`red`| Color for the lock symbol |
84
+
|`SPACEFISH_DIR_LOCK_COLOR`|`red`| Color for the lock symbol |
85
85
86
86
### Hostname \(`host`\)
87
87
88
88
Hostname should only be shown while you are connected to another machine using SSH, unless you change it using SPACEFISH_HOST_SHOW.
89
89
90
90
| Variable | Default | Meaning |
91
91
| :--- | :---: | --- |
92
-
|`SPACEFISH_HOST_SHOW`|`true`| Show host section (true/false) |
93
-
|`SPACEFISH_HOST_SHOW_FULL`|`false`| Show full hostname section (true/false) |
92
+
|`SPACEFISH_HOST_SHOW`|`true`| Show host section (`true`, `false`, `always`) |
93
+
|`SPACEFISH_HOST_SHOW_FULL`|`false`| Show full hostname section (`true`, `false`) |
94
94
|`SPACEFISH_HOST_PREFIX`|`at·`| Prefix before the hostname |
95
95
|`SPACEFISH_HOST_SUFFIX`|`$SPACEFISH_PROMPT_DEFAULT_SUFFIX`| Suffix after the hostname |
96
96
|`SPACEFISH_HOST_COLOR`|`blue`| Color of the hostname |
@@ -266,7 +266,7 @@ Elixir section is shown when ```mix.exs``` is found or elixir files are found an
266
266
267
267
| Variable | Default | Meaning |
268
268
| :------- | :-----: | ------- |
269
-
|`SPACESHIP_ELIXIR_SHOW`|`true`| Show current Elixir version |
269
+
|`SPACEFISH_ELIXIR_SHOW`|`true`| Show current Elixir version |
270
270
|`SPACEFISH_ELIXIR_PREFIX`|`$SPACEFISH_PROMPT_DEFAULT_PREFIX`| Prefix before the elixir section |
271
271
|`SPACEFISH_ELIXIR_SUFFIX`|`$SPACEFISH_PROMPT_DEFAULT_SUFFIX`| Suffix after the elixir section |
272
272
|`SPACEFISH_ELIXIR_SYMBOL`|`💧·`| Character to be shown before Elixir version |
@@ -341,7 +341,7 @@ Kubernetes context is shown everywhere if `kubectl` binary is found.
341
341
| Variable | Default | Meaning |
342
342
| :------- | :-----: | ------- |
343
343
|`SPACEFISH_KUBECONTEXT_SHOW`|`true`| Show current kubectl context |
344
-
|`SPACESHIP_KUBECONTEXT_NAMESPACE_SHOW`|`true`| Show current kubectl context namespace|
344
+
|`SPACEFISH_KUBECONTEXT_NAMESPACE_SHOW`|`true`| Show current kubectl context namespace|
345
345
|`SPACEFISH_KUBECONTEXT_PREFIX`|`at `| Prefix before the kubectl section |
346
346
|`SPACEFISH_KUBECONTEXT_SUFFIX`|`$SPACEFISH_PROMPT_DEFAULT_SUFFIX`| Suffix after the kubectl section |
347
347
|`SPACEFISH_KUBECONTEXT_SYMBOL`|`☸️ `| Character to be shown before kubectl context |
0 commit comments