1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00
Commit graph

17 commits

Author SHA1 Message Date
vladislav doster 1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
Frieder Bluemle 9f2bbebdf7
docs: fix some capitalization typos(#11293) 2022-11-04 19:34:02 +01:00
Marc Cornellà 9350e1ff87
fix(coffee): fix completion bug on missing coffee command (#10759)
This commit fixes the error

  _coffee:49: bad math expression: operand expected at `< 2 '

when the coffee command is missing or the `coffee --version` command fails.

It also uses is-at-least to check for the cut-off version for suggesting
`--lint` and `--require` arguments, instead of using `cut` multiple times.

Fixes #10759
2022-03-07 11:13:18 +01:00
Marc Cornellà 610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Janosch Schwalm 19b925e741 use https everywhere (#6574)
* use https everywhere

* use https links on the files that are left

Also, removed some broken links and updated redirections.
2018-08-07 20:42:01 +02:00
Alexander J. Dita e96b12666a Fixed typo (#5369)
Coffee was missing an F
2016-09-03 19:49:20 +02:00
Cooper Maruyama 9264d75d5d Fix typo.
* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
2015-10-21 17:08:20 +02:00
evanandrewrose fe02e027fe Fix "be" -> "b" typo in coffee plugin README.md. 2015-10-20 23:43:11 +02:00
Andrew Janke e4fdb08365 Merge branch 'master' into copyfile-portability 2015-09-28 08:52:03 -04:00
Andrew Janke 5c8b0cc0c1 Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions.
Change copydir, copyfile, and coffee plugins to use them, instead of the Mac-only `pbcopy` command.
2015-08-18 03:49:51 -04:00
Takumi IINO 1e8196de82 passing the first argument with double quote 2015-07-08 11:16:44 +09:00
Cooper Maruyama d80918bf98 add markdown extension to README 2015-05-02 07:16:27 -07:00
Cooper Maruyama 24552f0225 Add readme and add new alias cfpc: paste+compile+copy 2015-05-02 07:14:21 -07:00
Cooper Maruyama a315ddc075 typofix 2015-05-01 01:37:55 -07:00
Cooper Maruyama 8e8cdc0502 Add coffeescript aliases: cf, cfc, cfp
cf: compile and show output
cfc: compile & copy
cfp: compile from pasteboard & print
2015-05-01 01:34:20 -07:00
dongweiming 4fe4db5128 Update coffee completion 2013-06-28 15:08:26 +08:00
Josh Davis 4c96e530a3 Added a CoffeeScript plugin. 2012-11-19 08:21:53 -06:00