From 961e9cb3ce166d93ca3eeaaa8f362fd5351c1152 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 7 Feb 2019 01:58:48 +0800 Subject: [PATCH] update oh-my-fish entry --- init.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.fish b/init.fish index 950cbf3..e2bd557 100644 --- a/init.fish +++ b/init.fish @@ -28,6 +28,9 @@ else if type -q lua5.2 lua5.2 $_zlua_dir/z.lua --init fish enhanced once echo | source else if type -q lua5.1 lua5.1 $_zlua_dir/z.lua --init fish enhanced once echo | source +else + echo "init z.lua failed, not find lua in your system" + return end