Add fish shell command example for cloning repository
This commit is contained in:
parent
94556a8277
commit
dfa863d41c
|
|
@ -70,6 +70,9 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/Rue0612/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
git clone https://github.com/Rue0612/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
```
|
```
|
||||||
|
```fish
|
||||||
|
git clone https://github.com/Rue0612/kickstart.nvim.git (if set -q XDG_CONFIG_HOME; echo "$XDG_CONFIG_HOME"; else; echo "$HOME/.config"; end)/nvim
|
||||||
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue