mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
docs: Update installation instructions for fish-shell (#599)
This commit is contained in:
parent
fed1341e22
commit
c58bbcd386
@ -161,9 +161,9 @@ The prompt shows information you need while you're working, while staying sleek
|
||||
```sh
|
||||
$ pkg install starship
|
||||
```
|
||||
|
||||
|
||||
#### Other x86-64 Linux Platforms
|
||||
|
||||
|
||||
Download a prebuilt binary and place in /usr/local/bin/
|
||||
|
||||
```sh
|
||||
@ -191,7 +191,7 @@ The prompt shows information you need while you're working, while staying sleek
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
#### Zsh
|
||||
|
@ -85,7 +85,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
#### Zsh
|
||||
|
@ -92,7 +92,7 @@ footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ footer: ISC licencié | Copyright © 2019-present Starship Contributors
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -92,7 +92,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
```sh
|
||||
# ~/.config/fish/config.fish
|
||||
|
||||
eval (starship init fish)
|
||||
starship init fish | source
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user