1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 11:49:48 +00:00

Merge pull request #179 from Kosette/master

fix potential compatibilty issue for some fish shell versions and add…
This commit is contained in:
Linwei
2023-05-04 18:17:06 +08:00
committed by GitHub

4
z.lua
View File

@@ -2423,7 +2423,9 @@ function _zlua
end
if test -z "$_ZL_CMD"; set -x _ZL_CMD z; end
alias "$_ZL_CMD"=_zlua
function $_ZL_CMD -w _zlua -d "alias $_ZL_CMD=_zlua"
_zlua $argv
end
]]
script_init_fish = [[