1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-13 19:29:49 +00:00

remove redundant comments

This commit is contained in:
skywind3000
2021-02-15 05:13:24 +08:00
parent cfad8f54ce
commit c3c15a3ca9

1
z.lua
View File

@@ -49,7 +49,6 @@
-- source (lua /path/to/z.lua --init fish | psub)
--
-- Power Shell Install:
--
-- * put something like this in your config file:
-- Invoke-Expression (& {
-- (lua /path/to/z.lua --init powershell) -join "`n" })