docs: Fix path to fish config in code snippet (#98)

This commit is contained in:
Tiffany Le-Nguyen 2019-07-15 19:18:27 -04:00 committed by Matan Kushner
parent d26353f3e3
commit f11a324999

View file

@ -107,7 +107,7 @@ I'm very new to Rust, so any help is appreciated when it comes to improving deve
Add the following to the end of `~/.config/fish/config.fish`:
```fish
# ~/.config/config.fish
# ~/.config/fish/config.fish
eval (starship init fish)
```