1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-15 04:09:49 +00:00

update omf entry

This commit is contained in:
skywind3000
2019-02-09 00:05:24 +08:00
parent afbb84fd42
commit d4ef9bedbe

View File

@@ -5,6 +5,8 @@ if test -z "$XDG_DATA_HOME"
else
set -U _ZL_DATA_DIR "$XDG_DATA_HOME/zlua"
end
set -x _ZL_DATA "$_ZL_DATA_DIR/zlua.txt" 2> /dev/null
set -U _ZL_DATA "$_ZL_DATA_DIR/zlua.txt" 2> /dev/null
if test ! -e "$_ZL_DATA"