2> /dev/null in README

This commit is contained in:
Georgy Yakovlev 2018-05-16 16:55:30 -07:00
parent 0a545daf35
commit 0a5e188764
No known key found for this signature in database
GPG key ID: E4163190C574654B

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