2> /dev/null in README

This commit is contained in:
Georgy Yakovlev 2018-05-16 16:55:30 -07:00
parent 8e3e26d7a6
commit d3b3f6a8e4

View file

@ -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