From d57bee59ce3d12b917bf20890ff809e55ffcf306 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 4 Jun 2016 10:59:07 +0900 Subject: [PATCH] Provide more useful instructions that won't leave newbies scratching their head. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4afb6b6..93e95bc 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ The fishfile and plugins are saved to ~/.config/fish by default. To customize this location: ```fish -set fish_path ~/my/path +set -U fish_path ~/my/path ``` ### What is a fishfile and how do I use it?