1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-06-29 17:38:51 +00:00

update fish entry

This commit is contained in:
skywind3000
2019-02-08 21:36:42 +08:00
parent 961c09dc3b
commit 499d443321
+1 -1
View File
@@ -11,7 +11,7 @@ end
if test ! -e "$_ZL_DATA"
if test ! -e "$_ZL_DATA_DIR"
mkdir -p -m 700 "$_ZL_DATA_DIR"
mkdir -p -m 700 "$_ZL_DATA_DIR" 2> /dev/null
end
touch "$_ZL_DATA"
end