From 2ba639e6ea83b59d9a5e41531a63a5d5f86fd7b3 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 2 Apr 2018 19:41:06 +0800 Subject: [PATCH] bash / zsh support --- z.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/z.lua b/z.lua index 35ba47f..781dfb1 100644 --- a/z.lua +++ b/z.lua @@ -1,10 +1,10 @@ #! /usr/bin/env lua --===================================================================== -- --- zm.lua - z.sh implementation for lua +-- z.lua - z.sh implementation for lua -- -- Created by skywind on 2018/03/19 --- Last Modified: 2018/03/19 11:11:47 +-- Last Modified: 2018/04/02 19:37 -- --=====================================================================