Remove long path test

main v0.1.2
Rob Muhlestein 1 year ago
parent f0941495b3
commit 5cde5e6747
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81

@ -60,7 +60,7 @@ var Cmd = &Z.Cmd{
Name: `z`,
Summary: `rwxrob's bonzai command tree`,
Copyright: `Copyright 2021 Robert S Muhlestein`,
Version: `v0.1.1`,
Version: `v0.1.2`,
License: `Apache-2.0`,
Site: `rwxrob.tv`,
Source: `git@github.com:rwxrob/z.git`,
@ -75,21 +75,21 @@ var Cmd = &Z.Cmd{
},
Shortcuts: Z.ArgMap{
`project`: {`twitch`, `bot`, `commands`, `edit`, `project`},
`status`: {`tmux`, `update`},
`offscreen`: {`chat`, `!offscreen`},
`info`: {`twitch`, `bot`, `commands`, `file`, `edit`},
`sync`: {`twitch`, `bot`, `commands`, `sync`},
`work`: {`go`, `work`},
`chat`: {`twitch`, `chat`},
`afk`: {`twitch`, `chat`, `!afk`},
`isosec`: {`uniq`, `isosec`},
`isonan`: {`uniq`, `isonan`},
`isodate`: {`uniq`, `isodate`},
`uuid`: {`uniq`, `uuid`},
`epoch`: {`uniq`, `second`},
`path`: {`env`, `get`, `path`},
`long version of path`: {`env`, `get`, `path`},
`project`: {`twitch`, `bot`, `commands`, `edit`, `project`},
`status`: {`tmux`, `update`},
`offscreen`: {`chat`, `!offscreen`},
`info`: {`twitch`, `bot`, `commands`, `file`, `edit`},
`sync`: {`twitch`, `bot`, `commands`, `sync`},
`work`: {`go`, `work`},
`chat`: {`twitch`, `chat`},
`afk`: {`twitch`, `chat`, `!afk`},
`isosec`: {`uniq`, `isosec`},
`isonan`: {`uniq`, `isonan`},
`isodate`: {`uniq`, `isodate`},
`uuid`: {`uniq`, `uuid`},
`epoch`: {`uniq`, `second`},
`path`: {`env`, `get`, `path`},
//`long version of path`: {`env`, `get`, `path`},
},
Description: `

Loading…
Cancel
Save