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

update oh-my-fish entry

This commit is contained in:
skywind3000
2019-02-07 01:53:57 +08:00
parent 10344c3c19
commit 356d34215e

View File

@@ -6,7 +6,7 @@ if test -z "$_ZL_DATA"
else
set -U _ZL_DATA_DIR "$XDG_DATA_HOME/zlua"
end
set -U _ZL_DATA "$_ZL_DATA_DIR/data.txt"
set -U _ZL_DATA "$_ZL_DATA_DIR/zlua.txt"
end
if test ! -e "$_ZL_DATA"