Commit 50004e39 authored by Stephen M. Coakley's avatar Stephen M. Coakley Committed by GitHub

Print diagnostic info in doctor (#456)

parent a45f8569
......@@ -46,6 +46,12 @@ function __omf.doctor.git_version
end
function omf.doctor
echo "Oh My Fish version: "(omf.version)
echo "OS type: "(uname)
echo "Fish version: "(fish --version)
echo "Git version: "(git --version)
echo "Git core.autocrlf: "(git config core.autocrlf; or echo no)
__omf.doctor.fish_version; or set -l doctor_failed
__omf.doctor.git_version; or set -l doctor_failed
__omf.doctor.theme; or set -l doctor_failed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment