From 0a5e188764b630a8c4b6ce03f000d06830fb6e30 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 16 May 2018 16:55:30 -0700 Subject: [PATCH] 2> /dev/null in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f80fa7..d48089d 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ To customize this location, add the following to your ~/.config/fish/config.fish set -U fish_path ~/my/path for file in $fish_path/conf.d/*.fish - builtin source $file ^ /dev/null + builtin source $file 2> /dev/null end set fish_function_path $fish_path/functions $fish_function_path