From f11a3249998f7019069971ba9cbdd210013c7aa2 Mon Sep 17 00:00:00 2001 From: Tiffany Le-Nguyen Date: Mon, 15 Jul 2019 19:18:27 -0400 Subject: [PATCH] docs: Fix path to fish config in code snippet (#98) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6ff78c..a6185484 100644 --- a/README.md +++ b/README.md @@ -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) ```